class HttpReceivePipeline : Pipeline<HttpResponse, HttpClientCall>
HttpClient Pipeline used for receiving HttpResponse without any processing.
HttpReceivePipeline(developmentMode: Boolean = false)
HttpClient Pipeline used for receiving HttpResponse without any processing. |
val developmentMode: Boolean |
val After: PipelinePhase
Latest response pipeline phase |
|
val Before: PipelinePhase
The earliest phase that happens before any other |
|
val State: PipelinePhase
Use this phase to store request shared state |