ICanBoogie/HTTP v2.6.0
  • Namespace
  • Class

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

Functions

  • dispatch
  • get_dispatcher
  • get_initial_request

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

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'
ICanBoogie/HTTP v2.6.0 API documentation generated by ApiGen