Phases

object Phases(source)

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

Report a problem

Properties

Link copied to clipboard
val Before: PipelinePhase

The earliest phase that happens before any other.

Link copied to clipboard
val Render: PipelinePhase

Encode a request body to OutgoingContent.

Link copied to clipboard
val Send: PipelinePhase

A phase for the HttpSend plugin.

Link copied to clipboard
val State: PipelinePhase

Use this phase to modify a request with a shared state.

Link copied to clipboard
val Transform: PipelinePhase

Transform a request body to supported render format.