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