public interface BackpackConstants
Modifier and Type | Field and Description |
---|---|
static String |
CACHE
The key used to specify a specific caching time for this call.
|
static String |
FUNCTION_NAME
The key used to store the name of the function in the backpack.
|
static String |
IP
The key used to store the request IP address in the backpack.
|
static String |
SKIP_FUNCTION_CALL
The key used to indicating whether the function should be skipped or not.
|
static String |
START
The key used to store the starting time of the call to the function.
|
static String |
STATUS_CODE
The key used to specify a specific HTTP status code to return.
|
static final String FUNCTION_NAME
static final String IP
static final String SKIP_FUNCTION_CALL
static final String START
static final String CACHE
static final String STATUS_CODE
See http://www.xins.org/.