Interface RequestOptions
The options that may be used to create a request.
Direct known implementers
ICanBoogie\HTTP\Request
,
ICanBoogie\HTTP\RequestOptionsMapper
Constants summary
string |
OPTION_PATH_PARAMS
|
#
'path_params'
|
string |
OPTION_QUERY_PARAMS
|
#
'query_params'
|
string |
OPTION_REQUEST_PARAMS
|
#
'request_params'
|
string |
OPTION_COOKIE
|
#
'cookie'
|
string |
OPTION_FILES
|
#
'files'
|
string |
OPTION_HEADERS
|
#
'headers'
|
string |
OPTION_CACHE_CONTROL
|
#
'cache_control'
|
string |
OPTION_CONTENT_LENGTH
|
#
'content_length'
|
string |
OPTION_IP
|
#
'ip'
|
string |
OPTION_IS_LOCAL
|
#
'is_local'
|
string |
OPTION_IS_DELETE
|
#
'is_delete'
|
string |
OPTION_IS_CONNECT
|
#
'is_connect'
|
string |
OPTION_IS_GET
|
#
'is_get'
|
string |
OPTION_IS_HEAD
|
#
'is_head'
|
string |
OPTION_IS_OPTIONS
|
#
'is_options'
|
string |
OPTION_IS_PATCH
|
#
'is_patch'
|
string |
OPTION_IS_POST
|
#
'is_post'
|
string |
OPTION_IS_PUT
|
#
'is_put'
|
string |
OPTION_IS_TRACE
|
#
'is_trace'
|
string |
OPTION_IS_XHR
|
#
'is_xhr'
|
string |
OPTION_METHOD
|
#
'method'
|
string |
OPTION_PATH
|
#
'path'
|
string |
OPTION_REFERER
|
#
'referer'
|
string |
OPTION_URI
|
#
'uri'
|
string |
OPTION_USER_AGENT
|
#
'user_agent'
|