Package | Description |
---|---|
ratpack.http.client |
The HTTP client.
|
ratpack.retrofit |
Integration with Retrofit.
|
ratpack.sse |
Support for Server Sent Events.
|
ratpack.test.http |
Test fixtures that provide HTTP client interfaces to applications under test.
|
Class and Description |
---|
HttpClient
An asynchronous HTTP client.
|
HttpClientSpec
An additive specification of a HTTP client.
|
HttpResponse
Base type of responses from
HttpClient regardless of if the request is streaming or not. |
Proxy
Configuration data for an HTTP proxy to utilize for outbound requests using
HttpClient . |
ProxySpec
Class for specifying configuration for an HTTP proxy to utilize for outgoing requests using
HttpClient . |
ReceivedResponse |
RequestSpec |
RequestSpec.Body
The request body.
|
StreamedResponse
A received response to a http client request with streamed response content.
|
Class and Description |
---|
HttpClient
An asynchronous HTTP client.
|
ReceivedResponse |
Class and Description |
---|
HttpClient
An asynchronous HTTP client.
|
RequestSpec |
Class and Description |
---|
ReceivedResponse |
RequestSpec |