ktor-client-core / io.ktor.client.features / DefaultRequest / Feature / prepare

prepare

fun prepare(block: HttpRequestBuilder.() -> Unit): DefaultRequest

Overrides HttpClientFeature.prepare

Builds a TFeature by calling the block with a TConfig config instance as receiver.