Package | Description |
---|---|
ratpack.http |
The HTTP protocol.
|
ratpack.http.client |
The HTTP client.
|
ratpack.test.handling |
Modifier and Type | Field and Description |
---|---|
static Status |
Status.OK
The 200 status code.
|
Modifier and Type | Method and Description |
---|---|
Status |
Response.getStatus()
The status that will be part of the response when sent.
|
Status |
SentResponse.getStatus()
The status line of the response.
|
static Status |
Status.of(int code)
Creates a new status object.
|
static Status |
Status.of(int code,
String message)
Creates a new status object.
|
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() |
Status |
StreamedResponse.getStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
HandlingResult.getStatus()
The response status information.
|