ktor-server-core / io.ktor.request / ApplicationReceivePipeline

ApplicationReceivePipeline

open class ApplicationReceivePipeline : Pipeline<ApplicationReceiveRequest, ApplicationCall>

Pipeline for processing incoming content

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

Constructors

<init>

ApplicationReceivePipeline(developmentMode: Boolean = false)

Pipeline for processing incoming content

Properties

developmentMode

open val developmentMode: Boolean

Companion Object Properties

After

val After: PipelinePhase

Executes after all transformations

Before

val Before: PipelinePhase

Executes before any transformations are made

Transform

val Transform: PipelinePhase

Executes transformations