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