implementation("io.ktor:ktor-server-method-override:3.4.2")
Enables handling of HTTP method overrides via custom headers, allowing clients to simulate methods like PUT or DELETE.