public static final class RestUtils.InternalKeys
extends java.lang.Object
RestRequest
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEEP_ALIVE_ON_ERROR_HINT
To be set if the operation knows the keep-alive behavior it prefers on error.
|
static java.lang.String |
REQUEST_PATH
The key for the
RequestPath that represents the parsed path of an incoming request. |
static java.lang.String |
SEND_TRACKING_INFO
To be set to
true if tracking info should be attached to frontend responses. |
static java.lang.String |
SEND_USER_METADATA_AS_RESPONSE_BODY
Set to
true (assumed false if absent) if the user metadata needs to be sent as the body of the
response. |
static java.lang.String |
SIGNED_ID_METADATA_KEY
The key for the metadata
Map<String, String> to include in a signed ID. |
static java.lang.String |
TARGET_ACCOUNT_KEY
The key for the target
Account indicated by the request. |
static java.lang.String |
TARGET_CONTAINER_KEY
The key for the target
Container indicated by the request. |
Constructor and Description |
---|
InternalKeys() |
public static final java.lang.String TARGET_ACCOUNT_KEY
Account
indicated by the request.public static final java.lang.String TARGET_CONTAINER_KEY
Container
indicated by the request.public static final java.lang.String SIGNED_ID_METADATA_KEY
Map<String, String>
to include in a signed ID. This argument should be non-null
to indicate that a signed ID should be created and returned to the requester on a POST request.public static final java.lang.String KEEP_ALIVE_ON_ERROR_HINT
public static final java.lang.String SEND_TRACKING_INFO
true
if tracking info should be attached to frontend responses.public static final java.lang.String SEND_USER_METADATA_AS_RESPONSE_BODY
true
(assumed false
if absent) if the user metadata needs to be sent as the body of the
response.public static final java.lang.String REQUEST_PATH
RequestPath
that represents the parsed path of an incoming request.