Package | Description |
---|---|
ratpack.http.client |
The HTTP client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReceivedResponse |
interface |
StreamedResponse
A received response to a http client request with streamed response content.
|
Modifier and Type | Method and Description |
---|---|
HttpClientSpec |
HttpClientSpec.responseIntercept(Action<? super HttpResponse> interceptor)
Add an interceptor for all responses returned by this client.
|