implementation("io.ktor:ktor-server-auto-head-response:2.0.0-beta-1")
Automatically handles `HEAD` requests for routes with defined `GET` methods, eliminating the need for separate handlers.