class HttpSendPipeline : Pipeline<Any, HttpRequestBuilder>
HttpClient Pipeline used for sending HttpRequest to remote server.
HttpSendPipeline(developmentMode: Boolean = false)
HttpClient Pipeline used for sending HttpRequest to remote server. |
val developmentMode: Boolean |
val Before: PipelinePhase
The earliest phase that happens before any other. |
|
val Engine: PipelinePhase
Send request to remote server. |
|
val Monitoring: PipelinePhase
Use this phase for logging and other actions that don't modify request or shared data. |
|
val Receive: PipelinePhase
Receive pipeline execution phase. |
|
val State: PipelinePhase
Use this phase to modify request with shared state. |