Package ratpack.core.http.client
The HTTP client.
-
Interface Summary Interface Description HttpClient An asynchronous HTTP client.HttpClientSpec An additive specification of a HTTP client.HttpResponse Base type of responses fromHttpClient
regardless of if the request is streaming or not.Proxy Configuration data for an HTTP proxy to utilize for outbound requests usingHttpClient
.ProxySpec Class for specifying configuration for an HTTP proxy to utilize for outgoing requests usingHttpClient
.ReceivedResponse RequestSpec RequestSpec.Body The request body.StreamedResponse A received response to a http client request with streamed response content. -
Exception Summary Exception Description HttpClientReadTimeoutException Thrown when the read timeout duration for a request is reached.