Make WordPress Core

Ticket #13940: 13940.rfc2616-http-1-1-header.txt

File 13940.rfc2616-http-1-1-header.txt, 944 bytes (added by hakre, 15 years ago)

HTTP 1.1 Status Code and Reason Phrase

Line 
1100 : Continue
2101 : Switching Protocols
3200 : OK
4201 : Created
5202 : Accepted
6203 : Non-Authoritative Information
7204 : No Content
8205 : Reset Content
9206 : Partial Content
10300 : Multiple Choices
11301 : Moved Permanently
12302 : Found
13303 : See Other
14304 : Not Modified
15305 : Use Proxy
16307 : Temporary Redirect
17400 : Bad Request
18401 : Unauthorized
19402 : Payment Required
20403 : Forbidden
21404 : Not Found
22405 : Method Not Allowed
23406 : Not Acceptable
24407 : Proxy Authentication Required
25408 : Request Time-out
26409 : Conflict
27410 : Gone
28411 : Length Required
29412 : Precondition Failed
30413 : Request Entity Too Large
31414 : Request-URI Too Large
32415 : Unsupported Media Type
33416 : Requested range not satisfiable
34417 : Expectation Failed
35500 : Internal Server Error
36501 : Not Implemented
37502 : Bad Gateway
38503 : Service Unavailable
39504 : Gateway Time-out
40505 : HTTP Version not supported
41
42Source: RFC 2616 section 6.1.1 "Status Code and Reason Phrase"