Package | Description |
---|---|
ratpack.http |
The HTTP protocol.
|
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 |
---|---|
Headers |
Invocation.getHeaders() |