Phases

object Phases

All interceptors accept payload as subject and try to convert it to OutgoingContent Last phase should proceed with HttpClientCall

Properties

Link copied to clipboard
val Before: PipelinePhase

The earliest phase that happens before any other

Link copied to clipboard
val Render: PipelinePhase

Encode request body to OutgoingContent

Link copied to clipboard
val Send: PipelinePhase

Phase for HttpSend feature

Link copied to clipboard
val State: PipelinePhase

Use this phase to modify request with shared state

Link copied to clipboard
val Transform: PipelinePhase

Transform request body to supported render format