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 RequestMethods

HTTP request methods.

Direct known implementers

ICanBoogie\HTTP\Request

Namespace: ICanBoogie\HTTP
See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
Located at RequestMethods.php

Constants summary

string METHOD_ANY
# 'ANY'
string METHOD_CONNECT
# 'CONNECT'
string METHOD_DELETE
# 'DELETE'
string METHOD_GET
# 'GET'
string METHOD_HEAD
# 'HEAD'
string METHOD_OPTIONS
# 'OPTIONS'
string METHOD_POST
# 'POST'
string METHOD_PUT
# 'PUT'
string METHOD_PATCH
# 'PATCH'
string METHOD_TRACE
# 'TRACE'
ICanBoogie/HTTP v2.6.0 API documentation generated by ApiGen