Package | Description |
---|---|
ratpack.http |
The HTTP protocol.
|
ratpack.http.client |
The HTTP client.
|
ratpack.test.handling |
Modifier and Type | Method and Description |
---|---|
Status |
ResponseMetaData.getStatus()
The status that will be part of the response when sent.
|
Status |
SentResponse.getStatus()
The status line of the response.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetaData |
ResponseMetaData.status(Status status)
Sets the status line of the response.
|
Response |
Response.status(Status status) |
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.
|