class HttpResponsePipeline : Pipeline<HttpResponseContainer, HttpClientCall>
HttpClient Pipeline used for executing HttpResponse.
HttpResponsePipeline(developmentMode: Boolean = false)
HttpClient Pipeline used for executing HttpResponse. |
val developmentMode: Boolean |
val After: PipelinePhase
Latest response pipeline phase |
|
val Parse: PipelinePhase
Decode response body |
|
val Receive: PipelinePhase
The earliest phase that happens before any other |
|
val State: PipelinePhase
Use this phase to store request shared state |
|
val Transform: PipelinePhase
Transform response body to expected format |