feature
fun <B : Any, F : Any> HttpClient.feature(
feature: HttpClientFeature<B, F>
): F?
Try to get a feature installed in this client. Returns null
if the feature was not previously installed.
fun <B : Any, F : Any> HttpClient.feature(
feature: HttpClientFeature<B, F>
): F?
Try to get a feature installed in this client. Returns null
if the feature was not previously installed.