Phases

object Phases(source)

Properties

Link copied to clipboard
val Before: PipelinePhase

The earliest phase that happens before any other.

Link copied to clipboard
val Engine: PipelinePhase

Send a request to a remote server.

Link copied to clipboard
val Monitoring: PipelinePhase

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

Link copied to clipboard
val Receive: PipelinePhase

Receive a pipeline execution phase.

Link copied to clipboard
val State: PipelinePhase

Use this phase to modify request with a shared state.