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