Package | Description |
---|---|
ratpack.http |
The HTTP protocol.
|
ratpack.http.client |
The HTTP client.
|
ratpack.test.handling |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableHeaders
A set of HTTP headers that can be changed.
|
Modifier and Type | Method and Description |
---|---|
Headers |
Request.getHeaders()
The request headers.
|
Headers |
SentResponse.getHeaders()
The headers that were sent in the response.
|
Modifier and Type | Method and Description |
---|---|
MutableHeaders |
MutableHeaders.copy(Headers headers) |
Modifier and Type | Method and Description |
---|---|
Headers |
ReceivedResponse.getHeaders() |
Headers |
StreamedResponse.getHeaders() |
Modifier and Type | Method and Description |
---|---|
Headers |
HandlingResult.getHeaders()
The final response headers.
|