implementation("io.ktor:ktor-server-auto-head-response:3.4.0")
Automatically responds to `HEAD` requests for routes with defined `GET` handlers, eliminating the need for separate `HEAD` handlers.