implementation("io.ktor:ktor-server-auto-head-response:3.2.0")
Automatically handles `HEAD` requests for existing `GET` routes, eliminating the need for separate `HEAD` handlers.