Package | Description |
---|---|
ratpack.http |
The HTTP protocol.
|
ratpack.http.client | |
ratpack.test.handling |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableStatus
A status line of a HTTP response.
|
Modifier and Type | Method and Description |
---|---|
Status |
SentResponse.getStatus()
The status line of the response.
|
Modifier and Type | Method and Description |
---|---|
Response |
Response.status(Status status)
Sets the status line of the response.
|
Modifier and Type | Method and Description |
---|---|
Status |
ReceivedResponse.getStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
HandlingResult.getStatus()
The response status information.
|