HttpRequestPipeline
An HttpClient's pipeline used for executing HttpRequest.
Types
Link copied to clipboard
object Phases
All interceptors accept payload as subject and try to convert it to OutgoingContent. Last phase should proceed with HttpClientCall.
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<Any, HttpRequestBuilder>.(Any) -> Unit)
Link copied to clipboard
fun interceptorsForPhase(phase: PipelinePhase): List<suspend PipelineContext<Any, HttpRequestBuilder>.(Any) -> Unit>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard