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 ResponseStatus

Possible response status code.

Direct known implementers

ICanBoogie\HTTP\Response

Indirect known implementers

ICanBoogie\HTTP\FileResponse, ICanBoogie\HTTP\RedirectResponse

Namespace: ICanBoogie\HTTP
Located at ResponseStatus.php

Constants summary

STATUS_CONTINUE : integer
100
STATUS_SWITCHING_PROTOCOLS : integer
101
STATUS_OK : integer
200
STATUS_CREATED : integer
201
STATUS_ACCEPTED : integer
202
STATUS_NON_AUTHORITATIVE_INFORMATION : integer
203
STATUS_NO_CONTENT : integer
204
STATUS_RESET_CONTENT : integer
205
STATUS_PARTIAL_CONTENT : integer
206
STATUS_MULTIPLE_CHOICES : integer
300
STATUS_MOVED_PERMANENTLY : integer
301
STATUS_FOUND : integer
302
STATUS_SEE_OTHER : integer
303
STATUS_NOT_MODIFIED : integer
304
STATUS_USE_PROXY : integer
305
STATUS_TEMPORARY_REDIRECT : integer
307
STATUS_BAD_REQUEST : integer
400
STATUS_UNAUTHORIZED : integer
401
STATUS_PAYMENT_REQUIRED : integer
402
STATUS_FORBIDDEN : integer
403
STATUS_NOT_FOUND : integer
404
STATUS_METHOD_NOT_ALLOWED : integer
405
STATUS_NOT_ACCEPTABLE : integer
406
STATUS_PROXY_AUTHENTICATION_REQUIRED : integer
407
STATUS_REQUEST_TIMEOUT : integer
408
STATUS_CONFLICT : integer
409
STATUS_GONE : integer
410
STATUS_LENGTH_REQUIRED : integer
411
STATUS_PRECONDITION_FAILED : integer
412
STATUS_REQUEST_ENTITY_TOO_LARGE : integer
413
STATUS_REQUEST_URI_TOO_LONG : integer
414
STATUS_UNSUPPORTED_MEDIA_TYPE : integer
415
STATUS_REQUESTED_RANGE_NOT_SATISFIABLE : integer
416
STATUS_EXPECTATION_FAILED : integer
417
STATUS_I_M_A_TEAPOT : integer
418
STATUS_INTERNAL_SERVER_ERROR : integer
500
STATUS_NOT_IMPLEMENTED : integer
501
STATUS_BAD_GATEWAY : integer
502
STATUS_SERVICE_UNAVAILABLE : integer
503
STATUS_GATEWAY_TIMEOUT : integer
504
STATUS_HTTP_VERSION_NOT_SUPPORTED : integer
505
HTTP master – Check on GitHub – API documentation generated by ApiGen