implementation("io.ktor:ktor-server-auto-head-response:3.4.3")
Automatically handles HTTP HEAD requests by generating responses based on corresponding GET requests, ensuring compliance with HTTP standards.