implementation("io.ktor:ktor-server-double-receive:2.0.0-beta-1")
Enables multiple retrievals of the same request body without exceptions, facilitating logging and processing within handlers.