ApplicationReceivePipeline
open class ApplicationReceivePipeline(developmentMode: Boolean) : Pipeline<ApplicationReceiveRequest, ApplicationCall>
Content copied to clipboard
Pipeline for processing incoming content
When executed, this pipeline starts with an instance of ByteReadChannel and should finish with the requested type.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun execute(context: ApplicationCall, subject: ApplicationReceiveRequest): ApplicationReceiveRequest
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intercept(phase: PipelinePhase, block: suspend PipelineContext<ApplicationReceiveRequest, ApplicationCall>.(ApplicationReceiveRequest) -> Unit)
Content copied to clipboard
Link copied to clipboard