Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
Modifier and Type | Method and Description |
---|---|
RequestId |
RequestId.Generator.generate(Request request)
Generate the ID for the request.
|
static RequestId |
RequestId.of(CharSequence requestId)
Creates a new request ID from the given string.
|