class HttpURLConnectionClient : Client
(source)
HttpURLConnection implementation of Client.
HttpURLConnectionClient()
HttpURLConnection implementation of Client. |
val defaultHeaders: Headers
List of default headers that should be added to every request unless overridden by the headers in the request. |
fun fetch(request: Request): Response
Starts the process of fetching a resource from the network as described by the Request object. |