Documentation

ResponseMessagesInterface

Table of Contents

Constants

HTTP_100_CONTINUE  = 100
HTTP_101_SWITCHING_PROTOCOLS  = 101
HTTP_102_PROCESSING  = 102
HTTP_103_EARLY_HINTS  = 103
HTTP_200_OK  = 200
HTTP_201_CREATED  = 201
HTTP_202_ACCEPTED  = 202
HTTP_203_NON_AUTHORITATIVE_INFORMATION  = 203
HTTP_204_NO_CONTENT  = 204
HTTP_205_RESET_CONTENT  = 205
HTTP_206_PARTIAL_CONTENT  = 206
HTTP_207_MULTI_STATUS  = 207
HTTP_208_ALREADY_REPORTED  = 208
HTTP_226_IM_USED  = 226
HTTP_300_MULTIPLE_CHOICES  = 300
HTTP_301_MOVED_PERMANENTLY  = 301
HTTP_302_FOUND  = 302
HTTP_303_SEE_OTHER  = 303
HTTP_304_NOT_MODIFIED  = 304
HTTP_305_USE_PROXY  = 305
HTTP_306_RESERVED  = 306
HTTP_307_TEMPORARY_REDIRECT  = 307
HTTP_308_PERMANENTLY_REDIRECT  = 308
HTTP_400_BAD_REQUEST  = 400
HTTP_401_UNAUTHORIZED  = 401
HTTP_402_PAYMENT_REQUIRED  = 402
HTTP_403_FORBIDDEN  = 403
HTTP_404_NOT_FOUND  = 404
HTTP_405_METHOD_NOT_ALLOWED  = 405
HTTP_406_NOT_ACCEPTABLE  = 406
HTTP_407_PROXY_AUTHENTICATION_REQUIRED  = 407
HTTP_408_REQUEST_TIMEOUT  = 408
HTTP_409_CONFLICT  = 409
HTTP_410_GONE  = 410
HTTP_411_LENGTH_REQUIRED  = 411
HTTP_412_PRECONDITION_FAILED  = 412
HTTP_413_REQUEST_ENTITY_TOO_LARGE  = 413
HTTP_414_REQUEST_URI_TOO_LONG  = 414
HTTP_415_UNSUPPORTED_MEDIA_TYPE  = 415
HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE  = 416
HTTP_417_EXPECTATION_FAILED  = 417
HTTP_418_I_AM_A_TEAPOT  = 418
HTTP_421_MISDIRECTED_REQUEST  = 421
HTTP_422_UNPROCESSABLE_ENTITY  = 422
HTTP_423_LOCKED  = 423
HTTP_424_FAILED_DEPENDENCY  = 424
HTTP_425_TOO_EARLY  = 425
HTTP_426_UPGRADE_REQUIRED  = 426
HTTP_428_PRECONDITION_REQUIRED  = 428
HTTP_429_TOO_MANY_REQUESTS  = 429
HTTP_431_REQUEST_HEADER_FIELDS_TOO_LARGE  = 431
HTTP_451_UNAVAILABLE_FOR_LEGAL_REASONS  = 451
HTTP_500_INTERNAL_SERVER_ERROR  = 500
HTTP_501_NOT_IMPLEMENTED  = 501
HTTP_502_BAD_GATEWAY  = 502
HTTP_503_SERVICE_UNAVAILABLE  = 503
HTTP_504_GATEWAY_TIMEOUT  = 504
HTTP_505_VERSION_NOT_SUPPORTED  = 505
HTTP_506_VARIANT_ALSO_NEGOTIATES_EXPERIMENTAL  = 506
HTTP_507_INSUFFICIENT_STORAGE  = 507
HTTP_508_LOOP_DETECTED  = 508
HTTP_510_NOT_EXTENDED  = 510
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED  = 511
STATUS  = [ //Informational 1xx 100 => 'Continue', 101 => 'Switching Protocols', 102 => 'Processing', //Successful 2xx 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 207 => 'Multi-Status', 208 => 'Already Reported', 226 => 'IM Used', //Redirection 3xx 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 306 => '(Unused)', 307 => 'Temporary Redirect', 308 => 'Permanent Redirect', //Client Error 4xx 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Timeout', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Long', 415 => 'Unsupported Media Type', 416 => 'Requested Range Not Satisfiable', 417 => 'Expectation Failed', 418 => 'I\'m a teapot', 421 => 'Misdirected Request', 422 => 'Unprocessable Entity', 423 => 'Locked', 424 => 'Failed Dependency', 426 => 'Upgrade Required', 428 => 'Precondition Required', 429 => 'Too Many Requests', 431 => 'Request Header Fields Too Large', 444 => 'Connection Closed Without Response', 451 => 'Unavailable For Legal Reasons', 499 => 'Client Closed Request', //Server Error 5xx 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Timeout', 505 => 'HTTP Version Not Supported', 506 => 'Variant Also Negotiates', 507 => 'Insufficient Storage', 508 => 'Loop Detected', 510 => 'Not Extended', 511 => 'Network Authentication Required', 599 => 'Network Connect Timeout Error', ]

Constants

HTTP_506_VARIANT_ALSO_NEGOTIATES_EXPERIMENTAL

public mixed HTTP_506_VARIANT_ALSO_NEGOTIATES_EXPERIMENTAL = 506

STATUS

public mixed STATUS = [ //Informational 1xx 100 => 'Continue', 101 => 'Switching Protocols', 102 => 'Processing', //Successful 2xx 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 207 => 'Multi-Status', 208 => 'Already Reported', 226 => 'IM Used', //Redirection 3xx 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 306 => '(Unused)', 307 => 'Temporary Redirect', 308 => 'Permanent Redirect', //Client Error 4xx 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Timeout', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Long', 415 => 'Unsupported Media Type', 416 => 'Requested Range Not Satisfiable', 417 => 'Expectation Failed', 418 => 'I\'m a teapot', 421 => 'Misdirected Request', 422 => 'Unprocessable Entity', 423 => 'Locked', 424 => 'Failed Dependency', 426 => 'Upgrade Required', 428 => 'Precondition Required', 429 => 'Too Many Requests', 431 => 'Request Header Fields Too Large', 444 => 'Connection Closed Without Response', 451 => 'Unavailable For Legal Reasons', 499 => 'Client Closed Request', //Server Error 5xx 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Timeout', 505 => 'HTTP Version Not Supported', 506 => 'Variant Also Negotiates', 507 => 'Insufficient Storage', 508 => 'Loop Detected', 510 => 'Not Extended', 511 => 'Network Authentication Required', 599 => 'Network Connect Timeout Error', ]

        
On this page

Search results