Enum Protocols.HTTP.StatusCode
- Description
HTTP Status codes.
- See also
response_codes, https://www.iana.org/assignments/http-status-codes/http-status-codes.txt
- Constant
DAV_ALREADY_REPORTED
constantProtocols.HTTP.DAV_ALREADY_REPORTED- Description
RFC 5842 section 7.1: 208 Already Reported
- Constant
DAV_FAILED_DEP
constantProtocols.HTTP.DAV_FAILED_DEP- Description
RFC 2518 section 10.5: 424 Failed Dependency
- Constant
DAV_LOCKED
constantProtocols.HTTP.DAV_LOCKED- Description
RFC 2518 section 10.4: 423 Locked
- Constant
DAV_LOOP_DETECTED
constantProtocols.HTTP.DAV_LOOP_DETECTED- Description
RFC 5842 section 7.2: 508 Loop Detected
- Constant
DAV_MULTISTATUS
constantProtocols.HTTP.DAV_MULTISTATUS- Description
RFC 2518 section 10.2: 207 Multi-Status
- Constant
DAV_PROCESSING
constantProtocols.HTTP.DAV_PROCESSING- Description
RFC 2518 section 10.1: 102 Processing
- Constant
DAV_STORAGE_FULL
constantProtocols.HTTP.DAV_STORAGE_FULL- Description
RFC 2518 section 10.6: 507 Insufficient Storage
- Constant
DAV_UNPROCESSABLE
constantProtocols.HTTP.DAV_UNPROCESSABLE- Description
RFC 2518 section 10.3: 422 Unprocessable Entry
- Constant
DELTA_HTTP_IM_USED
constantProtocols.HTTP.DELTA_HTTP_IM_USED- Description
RFC 3229 section 10.4.1: 226 IM Used
- Constant
HTCPCP_TEAPOT
constantProtocols.HTTP.HTCPCP_TEAPOT- Description
RFC 2324 section 2.3.2: 418 I'm a teapot
- Constant
HTTP_ACCEPTED
constantProtocols.HTTP.HTTP_ACCEPTED- Description
RFC 2616 section 10.2.3: 202 Accepted
- Constant
HTTP_BAD
constantProtocols.HTTP.HTTP_BAD- Description
RFC 2616 section 10.4.1: 400 Bad Request
- Constant
HTTP_BAD_GW
constantProtocols.HTTP.HTTP_BAD_GW- Description
RFC 2616 section 10.5.3: 502 Bad Gateway
- Constant
HTTP_BAD_RANGE
constantProtocols.HTTP.HTTP_BAD_RANGE- Description
RFC 2616 section 10.4.17: 416 Requested Range Not Satisfiable
- Constant
HTTP_CONFLICT
constantProtocols.HTTP.HTTP_CONFLICT- Description
RFC 2616 section 10.4.10: 409 Conflict
- Constant
HTTP_CONTINUE
constantProtocols.HTTP.HTTP_CONTINUE- Description
RFC 2616 section 10.1.1: 100 Continue
- Constant
HTTP_CREATED
constantProtocols.HTTP.HTTP_CREATED- Description
RFC 2616 section 10.2.2: 201 Created
- Constant
HTTP_EARLY_HINTS
constantProtocols.HTTP.HTTP_EARLY_HINTS- Description
RFC 8297 section 2: 103 Early Hints
- Constant
HTTP_EXPECT_FAILED
constantProtocols.HTTP.HTTP_EXPECT_FAILED- Description
RFC 2616 section 10.4.18: 417 Expectation Failed
- Constant
HTTP_FORBIDDEN
constantProtocols.HTTP.HTTP_FORBIDDEN- Description
RFC 2616 section 10.4.4: 403 Forbidden
- Constant
HTTP_FOUND
constantProtocols.HTTP.HTTP_FOUND- Description
RFC 2616 section 10.3.3: 302 Found
- Constant
HTTP_GONE
constantProtocols.HTTP.HTTP_GONE- Description
RFC 2616 section 10.4.11: 410 Gone
- Constant
HTTP_GW_TIMEOUT
constantProtocols.HTTP.HTTP_GW_TIMEOUT- Description
RFC 2616 section 10.5.5: 504 Gateway Timeout
- Constant
HTTP_HEADERS_TOO_LARGE
constantProtocols.HTTP.HTTP_HEADERS_TOO_LARGE- Description
RFC 6585 section 5: 431 Request Header Fields Too Large
- Constant
HTTP_INTERNAL_ERR
constantProtocols.HTTP.HTTP_INTERNAL_ERR- Description
RFC 2616 section 10.5.1: 500 Internal Server Error
- Constant
HTTP_LEGALLY_RESTRICTED
constantProtocols.HTTP.HTTP_LEGALLY_RESTRICTED- Description
RFC 7725 section 3: 451 Unavailable For Legal Reasons
- Constant
HTTP_LENGTH_REQ
constantProtocols.HTTP.HTTP_LENGTH_REQ- Description
RFC 2616 section 10.4.12: 411 Length Required
- Constant
HTTP_METHOD_INVALID
constantProtocols.HTTP.HTTP_METHOD_INVALID- Description
RFC 2616 section 10.4.6: 405 Method Not Allowed
- Constant
HTTP_MISDIRECTED_REQ
constantProtocols.HTTP.HTTP_MISDIRECTED_REQ- Description
RFC 7540 section 9.1.2: 421 Misdirected Request
- Constant
HTTP_MOVED_PERM
constantProtocols.HTTP.HTTP_MOVED_PERM- Description
RFC 2616 section 10.3.2: 301 Moved Permanently
- Constant
HTTP_MULTIPLE
constantProtocols.HTTP.HTTP_MULTIPLE- Description
RFC 2616 section 10.3.1: 300 Multiple Choices
- Constant
HTTP_NET_AUTH_REQUIRED
constantProtocols.HTTP.HTTP_NET_AUTH_REQUIRED- Description
RFC 6585 section 6: 511 Network Authentication Required
- Constant
HTTP_NONAUTHORATIVE
constantProtocols.HTTP.HTTP_NONAUTHORATIVE- Description
RFC 2616 section 10.2.4: 203 Non-Authorative Information
- Constant
HTTP_NOT_ACCEPTABLE
constantProtocols.HTTP.HTTP_NOT_ACCEPTABLE- Description
RFC 2616 section 10.4.7: 406 Not Acceptable
- Constant
HTTP_NOT_EXTENDED
constantProtocols.HTTP.HTTP_NOT_EXTENDED- Description
RFC 2774 section 7: 510 Not Extended (obsolete)
- Constant
HTTP_NOT_FOUND
constantProtocols.HTTP.HTTP_NOT_FOUND- Description
RFC 2616 section 10.4.5: 404 Not Found
- Constant
HTTP_NOT_IMPL
constantProtocols.HTTP.HTTP_NOT_IMPL- Description
RFC 2616 section 10.5.2: 501 Not Implemented
- Constant
HTTP_NOT_MODIFIED
constantProtocols.HTTP.HTTP_NOT_MODIFIED- Description
RFC 2616 section 10.3.5: 304 Not Modified
- Constant
HTTP_NO_CONTENT
constantProtocols.HTTP.HTTP_NO_CONTENT- Description
RFC 2616 section 10.2.5: 204 No Content
- Constant
HTTP_OK
constantProtocols.HTTP.HTTP_OK- Description
RFC 2616 section 10.2.1: 200 OK
- Constant
HTTP_PARTIAL_CONTENT
constantProtocols.HTTP.HTTP_PARTIAL_CONTENT- Description
RFC 2616 section 10.2.7: 206 Partial Content
- Constant
HTTP_PAY
constantProtocols.HTTP.HTTP_PAY- Description
RFC 2616 section 10.4.3: 402 Payment Required
- Constant
HTTP_PERM_REDIRECT
constantProtocols.HTTP.HTTP_PERM_REDIRECT- Description
RFC 7538 section 3: 308 Permanent Redirect
- Constant
HTTP_PRECOND_FAILED
constantProtocols.HTTP.HTTP_PRECOND_FAILED- Description
RFC 2616 section 10.4.13: 412 Precondition Failed
- Constant
HTTP_PRECOND_REQUIRED
constantProtocols.HTTP.HTTP_PRECOND_REQUIRED- Description
RFC 6585 section 3: 428 Precondition required
- Constant
HTTP_PROXY_AUTH_REQ
constantProtocols.HTTP.HTTP_PROXY_AUTH_REQ- Description
RFC 2616 section 10.4.8: 407 Proxy Authentication Required
- Constant
HTTP_REQ_TOO_LARGE
constantProtocols.HTTP.HTTP_REQ_TOO_LARGE- Description
RFC 2616 section 10.4.14: 413 Request Entity Too Large
- Constant
HTTP_RESET_CONTENT
constantProtocols.HTTP.HTTP_RESET_CONTENT- Description
RFC 2616 section 10.2.6: 205 Reset Content
- Constant
HTTP_SEE_OTHER
constantProtocols.HTTP.HTTP_SEE_OTHER- Description
RFC 2616 section 10.3.4: 303 See Other
- Constant
HTTP_SWITCH_PROT
constantProtocols.HTTP.HTTP_SWITCH_PROT- Description
RFC 2616 section 10.1.2: 101 Switching protocols
- Constant
HTTP_TEMP_REDIRECT
constantProtocols.HTTP.HTTP_TEMP_REDIRECT- Description
RFC 2616 section 10.3.8: 307 Temporary Redirect
- Constant
HTTP_TIMEOUT
constantProtocols.HTTP.HTTP_TIMEOUT- Description
RFC 2616 section 10.4.9: 408 Request Timeout
- Constant
HTTP_TOO_MANY_REQUESTS
constantProtocols.HTTP.HTTP_TOO_MANY_REQUESTS- Description
RFC 6585 section 4: 429 Too Many Requests
- Constant
HTTP_UNAUTH
constantProtocols.HTTP.HTTP_UNAUTH- Description
RFC 2616 section 10.4.2: 401 Unauthorized
- Constant
HTTP_UNAVAIL
constantProtocols.HTTP.HTTP_UNAVAIL- Description
RFC 2616 section 10.5.4: 503 Service Unavailable
- Constant
HTTP_UNSUPP_MEDIA
constantProtocols.HTTP.HTTP_UNSUPP_MEDIA- Description
RFC 2616 section 10.4.16: 415 Unsupported Media Type
- Constant
HTTP_UNSUPP_VERSION
constantProtocols.HTTP.HTTP_UNSUPP_VERSION- Description
RFC 2616 section 10.5.6: 505 HTTP Version Not Supported
- Constant
HTTP_URI_TOO_LONG
constantProtocols.HTTP.HTTP_URI_TOO_LONG- Description
RFC 2616 section 10.4.15: 414 Request-URI Too Long
- Constant
HTTP_USE_PROXY
constantProtocols.HTTP.HTTP_USE_PROXY- Description
RFC 2616 section 10.3.6: 305 Use Proxy
- Constant
TCN_VARIANT_NEGOTIATES
constantProtocols.HTTP.TCN_VARIANT_NEGOTIATES- Description
RFC 2295 section 8.1: 506 Variant Also Negotiates
- Constant
TLS_TOO_EARLY
constantProtocols.HTTP.TLS_TOO_EARLY- Description
RFC 8470 section 5.2: 425 Too Early
- Constant
TLS_UPGRADE_REQUIRED
constantProtocols.HTTP.TLS_UPGRADE_REQUIRED- Description
RFC 2817 section 4.2: 426 Upgrade Required