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