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