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