EnginePipeline

class EnginePipeline(developmentMode: Boolean)

Application engine pipeline. One usually don't need to install interceptors here unless your are writing your own engine implementation

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val developmentMode: Boolean = false
Link copied to clipboard
val receivePipeline: <ERROR CLASS>

Pipeline for receiving content

Link copied to clipboard
val sendPipeline: <ERROR CLASS>

Pipeline for sending content