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

get

operator fun <B : Any, F : Any> HttpClient.get(feature: HttpClientFeature<B, F>): F

Find the feature installed in HttpClient.

Exceptions

IllegalStateException - if feature is not installed.