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.
operator fun <B : Any, F : Any> HttpClient.get(
feature: HttpClientFeature<B, F>
): F
Find the feature installed in HttpClient.
IllegalStateException
- if feature is not installed.