ICanBoogie
  • Documentation
  • API Reference
  • HTTP master
Namespaces
  • ICanBoogie
    • Exception
    • HTTP
      • Headers
      • Request
      • RequestDispatcher
Classes
  • CallableDispatcher
  • DispatcherProvider
  • File
  • FileInfo
  • FileList
  • FileResponse
  • Headers
  • ProvideDispatcher
  • RedirectResponse
  • Request
  • RequestDispatcher
  • RequestOptionsMapper
  • RequestRange
  • Response
  • Status
  • WeightedDispatcher
Interfaces
  • Dispatcher
  • Exception
  • FileOptions
  • RequestMethods
  • RequestOptions
  • ResponseStatus
  • SecurityError
Exceptions
  • AuthenticationRequired
  • ClientError
  • DispatcherNotDefined
  • DispatcherProviderNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • PermissionRequired
  • ServerError
  • ServiceUnavailable
  • StatusCodeNotValid

Interface RequestOptions

The options that may be used to create a request.

Direct known implementers

ICanBoogie\HTTP\Request, ICanBoogie\HTTP\RequestOptionsMapper

Namespace: ICanBoogie\HTTP
Located at RequestOptions.php

Constants summary

OPTION_PATH_PARAMS : string
'path_params'
OPTION_QUERY_PARAMS : string
'query_params'
OPTION_REQUEST_PARAMS : string
'request_params'
OPTION_COOKIE : string
'cookie'
OPTION_FILES : string
'files'
OPTION_HEADERS : string
'headers'
OPTION_CACHE_CONTROL : string
'cache_control'
OPTION_CONTENT_LENGTH : string
'content_length'
OPTION_IP : string
'ip'
OPTION_IS_LOCAL : string
'is_local'
OPTION_IS_DELETE : string
'is_delete'
OPTION_IS_CONNECT : string
'is_connect'
OPTION_IS_GET : string
'is_get'
OPTION_IS_HEAD : string
'is_head'
OPTION_IS_OPTIONS : string
'is_options'
OPTION_IS_PATCH : string
'is_patch'
OPTION_IS_POST : string
'is_post'
OPTION_IS_PUT : string
'is_put'
OPTION_IS_TRACE : string
'is_trace'
OPTION_IS_XHR : string
'is_xhr'
OPTION_METHOD : string
'method'
OPTION_PATH : string
'path'
OPTION_REFERER : string
'referer'
OPTION_URI : string
'uri'
OPTION_USER_AGENT : string
'user_agent'
HTTP master – Check on GitHub – API documentation generated by ApiGen