ApplicationReceivePipeline

open class ApplicationReceivePipeline(developmentMode: Boolean)

A pipeline for processing incoming content. When executed, this pipeline starts with an instance of ByteReadChannel.

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