implementation("io.ktor:ktor-server-double-receive:3.0.0-beta-2")
Enables multiple retrievals of the same request body without exceptions, useful when plugins consume the body before route handlers.