ktor-client-core / io.ktor.client.features / HttpSendInterceptor

HttpSendInterceptor

typealias HttpSendInterceptor = suspend Sender.(HttpClientCall, HttpRequestBuilder) -> HttpClientCall

HttpSend pipeline interceptor function