ApplicationReceivePipeline
open class ApplicationReceivePipeline(val developmentMode: Boolean = false) : Pipeline<Any, ApplicationCall>
A pipeline for processing incoming content. When executed, this pipeline starts with an instance of ByteReadChannel.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intercept(phase: PipelinePhase, block: suspend PipelineContext<Any, ApplicationCall>.(Any) -> Unit)
Link copied to clipboard
fun interceptorsForPhase(phase: PipelinePhase): List<suspend PipelineContext<Any, ApplicationCall>.(Any) -> Unit>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard