Phases

object Phases

Properties

Link copied to clipboard
val Before: PipelinePhase

The earliest phase that happens before any other.

Link copied to clipboard
val Engine: PipelinePhase

Send request to remote server.

Link copied to clipboard
val Monitoring: PipelinePhase

Use this phase for logging and other actions that don't modify request or shared data.

Link copied to clipboard
val Receive: PipelinePhase

Receive pipeline execution phase.

Link copied to clipboard
val State: PipelinePhase

Use this phase to modify request with shared state.