HttpReceivePipeline
HttpClient Pipeline used for receiving HttpResponse without any processing.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intercept(phase: PipelinePhase, block: suspend PipelineContext<HttpResponse, Unit>.(HttpResponse) -> Unit)
Link copied to clipboard
fun interceptorsForPhase(phase: PipelinePhase): List<suspend PipelineContext<HttpResponse, Unit>.(HttpResponse) -> Unit>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard