Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
String |
RequestLog.format(Context context,
RequestOutcome outcome)
Format the provided
RequestOutcome into a String suitable for logging. |
Modifier and Type | Method and Description |
---|---|
void |
Context.onClose(Action<? super RequestOutcome> onClose)
Registers a callback to be notified when the request for this context is “closed” (i.e.
|