Send pipeline phases.
The latest application phase that happens right before an engine sends a response.
The earliest phase that happens before any other
A phase for processing Content-Encoding, like compression and partial content.
Content-Encoding
A phase for Engine to send the response out to the client.
A phase to render any current pipeline subject into io.ktor.http.content.OutgoingContent.
A phase for handling Transfer-Encoding, like if chunked encoding is being done manually and not by engine.
Transfer-Encoding
A transformation phase that can proceed with any supported data like String.