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

Sender

interface Sender

This interface represents a request send pipeline interceptor chain

Functions

execute

abstract suspend fun execute(requestBuilder: HttpRequestBuilder): HttpClientCall

Execute send pipeline. It could start pipeline execution or replace the call