| Package | Description |
|---|---|
| ratpack.handling |
The handling of application requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestLogger.log(RequestOutcome outcome)
Format the provided
RequestOutcome to the given string builder. |
| Modifier and Type | Method and Description |
|---|---|
static RequestLogger |
RequestLogger.of(Action<? super RequestOutcome> action)
Creates a request logger with the given action as the implementation of the
RequestLogger.log(RequestOutcome) method. |
void |
Context.onClose(Action<? super RequestOutcome> onClose)
Registers a callback to be notified when the request for this context is “closed” (i.e.
|