ktor-server-core / io.ktor.request / ApplicationReceivePipeline / <init>

<init>

ApplicationReceivePipeline(developmentMode: Boolean = false)

Pipeline for processing incoming content

When executed, this pipeline starts with an instance of ByteReadChannel and should finish with the requested type.