ktor-client-core / io.ktor.client.statement / HttpReceivePipeline

HttpReceivePipeline

class HttpReceivePipeline : Pipeline<HttpResponse, HttpClientCall>

HttpClient Pipeline used for receiving HttpResponse without any processing.

Constructors

<init>

HttpReceivePipeline(developmentMode: Boolean = false)

HttpClient Pipeline used for receiving HttpResponse without any processing.

Properties

developmentMode

val developmentMode: Boolean

Companion Object Properties

After

val After: PipelinePhase

Latest response pipeline phase

Before

val Before: PipelinePhase

The earliest phase that happens before any other

State

val State: PipelinePhase

Use this phase to store request shared state