implementation("io.ktor:ktor-server-method-override:3.4.0")
Enables tunneling of HTTP methods via the `X-HTTP-Method-Override` header, allowing clients with limited verb support to access full server functionality.