ApplicationReceivePipeline

open class ApplicationReceivePipeline(developmentMode: Boolean) : 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

Link copied to clipboard
fun ApplicationReceivePipeline(developmentMode: Boolean = false)

Types

Link copied to clipboard
object Phases

Pipeline phases

Functions

Link copied to clipboard
fun addPhase(phase: PipelinePhase)
Link copied to clipboard
open fun afterIntercepted()
Link copied to clipboard
suspend fun execute(context: ApplicationCall, subject: ApplicationReceiveRequest): ApplicationReceiveRequest
Link copied to clipboard
fun insertPhaseAfter(reference: PipelinePhase, phase: PipelinePhase)
Link copied to clipboard
fun insertPhaseBefore(reference: PipelinePhase, phase: PipelinePhase)
Link copied to clipboard
Link copied to clipboard
fun merge(from: Pipeline<ApplicationReceiveRequest, ApplicationCall>)

Properties

Link copied to clipboard
val attributes: Attributes
Link copied to clipboard
open override val developmentMode: Boolean = false
Link copied to clipboard
val isEmpty: Boolean
Link copied to clipboard
val items: List<PipelinePhase>