Uses of Package
ratpack.core.http.client
-
Packages that use ratpack.core.http.client Package Description ratpack.core.http.client The HTTP client.ratpack.core.sse.client ratpack.retrofit Integration with Retrofit.ratpack.test.http Test fixtures that provide HTTP client interfaces to applications under test. -
Classes in ratpack.core.http.client used by ratpack.core.http.client Class 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. -
Classes in ratpack.core.http.client used by ratpack.core.sse.client Class Description HttpClient An asynchronous HTTP client.HttpResponse Base type of responses fromHttpClient
regardless of if the request is streaming or not.RequestSpec StreamedResponse A received response to a http client request with streamed response content. -
Classes in ratpack.core.http.client used by ratpack.retrofit Class Description HttpClient An asynchronous HTTP client.ReceivedResponse -
Classes in ratpack.core.http.client used by ratpack.test.http Class Description ReceivedResponse RequestSpec