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 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

METHOD_ANY : string
'ANY'
METHOD_CONNECT : string
'CONNECT'
METHOD_DELETE : string
'DELETE'
METHOD_GET : string
'GET'
METHOD_HEAD : string
'HEAD'
METHOD_OPTIONS : string
'OPTIONS'
METHOD_POST : string
'POST'
METHOD_PUT : string
'PUT'
METHOD_PATCH : string
'PATCH'
METHOD_TRACE : string
'TRACE'
HTTP master – Check on GitHub – API documentation generated by ApiGen