Phases

object Phases

Properties

Link copied to clipboard
val After: PipelinePhase

Latest response pipeline phase

Link copied to clipboard
val Parse: PipelinePhase

Decode response body

Link copied to clipboard
val Receive: PipelinePhase

The earliest phase that happens before any other

Link copied to clipboard
val State: PipelinePhase

Use this phase to store request shared state

Link copied to clipboard
val Transform: PipelinePhase

Transform response body to expected format