KtorClientScope

interface KtorClientScope<in D> : ClientScope<D>

A Ktor client scope. Allows configuration of the client and of the request. Note that a new client is used for each request.

Functions

Link copied to clipboard
open fun HttpClientConfig<*>.configureClient(data: D)
Link copied to clipboard
open fun HttpRequestBuilder.configureRequest(data: D)

Inheritors

Link copied to clipboard

Sources

Link copied to clipboard