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.
ApplicationReceivePipeline(developmentMode: Boolean = false)
Pipeline for processing incoming content |
open val developmentMode: Boolean |
val After: PipelinePhase
Executes after all transformations |
|
val Before: PipelinePhase
Executes before any transformations are made |
|
val Transform: PipelinePhase
Executes transformations |