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