Phases

object Phases

Send pipeline phases.

Properties

Link copied to clipboard
val After: <ERROR CLASS>

The latest application phase that happens right before an engine sends a response.

Link copied to clipboard
val Before: <ERROR CLASS>

The earliest phase that happens before any other

Link copied to clipboard
val ContentEncoding: <ERROR CLASS>

A phase for processing Content-Encoding, like compression and partial content.

Link copied to clipboard
val Engine: <ERROR CLASS>

A phase for Engine to send the response out to the client.

Link copied to clipboard
val Render: <ERROR CLASS>

A phase to render any current pipeline subject into io.ktor.http.content.OutgoingContent.

Link copied to clipboard
val TransferEncoding: <ERROR CLASS>

A phase for handling Transfer-Encoding, like if chunked encoding is being done manually and not by engine.

Link copied to clipboard
val Transform: <ERROR CLASS>

A transformation phase that can proceed with any supported data like String.