ApplicationReceivePipeline

open class ApplicationReceivePipeline(developmentMode: Boolean)

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

Properties

Link copied to clipboard
open val developmentMode: Boolean = false