implementation("io.ktor:ktor-server-method-override:3.5.0")
Enables tunneling of HTTP methods via the `X-HTTP-Method-Override` header, allowing clients restricted to `GET` and `POST` to perform other HTTP actions.