| Package | Description |
|---|---|
| ratpack.http |
The HTTP protocol.
|
| ratpack.http.client |
The HTTP client.
|
| ratpack.test.handling |
Test fixtures for exercising
Handler implementations without
start a full EmbeddedApp. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableHeaders
A set of HTTP headers that can be changed.
|
| Modifier and Type | Method and Description |
|---|---|
Headers |
SentResponse.getHeaders()
The headers that were sent in the response.
|
Headers |
Request.getHeaders()
The request headers.
|
| Modifier and Type | Method and Description |
|---|---|
MutableHeaders |
MutableHeaders.copy(Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
HttpResponse.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Headers |
HandlingResult.getHeaders()
The final response headers.
|