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