http.errors revision 241840
1202719Sgabor# $FreeBSD: head/lib/libfetch/http.errors 241840 2012-10-22 03:00:10Z eadler $
2202719Sgabor#
3202719Sgabor# This list is taken from RFC 2068.
4202719Sgabor#
5202719Sgabor100 OK		Continue
6202719Sgabor101 OK		Switching Protocols
7202719Sgabor200 OK		OK
8202719Sgabor201 OK		Created
9202719Sgabor202 OK		Accepted
10202719Sgabor203 INFO	Non-Authoritative Information
11202719Sgabor204 OK		No Content
12202719Sgabor205 OK		Reset Content
13202719Sgabor206 OK		Partial Content
14202719Sgabor300 MOVED	Multiple Choices
15202719Sgabor301 MOVED	Moved Permanently
16202719Sgabor302 MOVED	Moved Temporarily
17202719Sgabor303 MOVED	See Other
18202719Sgabor304 OK		Not Modified
19202719Sgabor305 INFO	Use Proxy
20202719Sgabor307 MOVED	Temporary Redirect
21202719Sgabor308 MOVED	Permanent Redirect
22202719Sgabor400 PROTO	Bad Request
23202719Sgabor401 AUTH	Unauthorized
24202719Sgabor402 AUTH	Payment Required
25202719Sgabor403 AUTH	Forbidden
26202719Sgabor404 UNAVAIL	Not Found
27202719Sgabor405 PROTO	Method Not Allowed
28202719Sgabor406 PROTO	Not Acceptable
29202719Sgabor407 AUTH	Proxy Authentication Required
30202719Sgabor408 TIMEOUT	Request Time-out
31202719Sgabor409 EXISTS	Conflict
32202719Sgabor410 UNAVAIL	Gone
33202719Sgabor411 PROTO	Length Required
34202719Sgabor412 SERVER	Precondition Failed
35202719Sgabor413 PROTO	Request Entity Too Large
36202719Sgabor414 PROTO	Request-URI Too Large
37202719Sgabor415 PROTO	Unsupported Media Type
38202719Sgabor416 UNAVAIL	Requested Range Not Satisfiable
39202719Sgabor417 SERVER	Expectation Failed
40202719Sgabor500 SERVER	Internal Server Error
41202719Sgabor501 PROTO	Not Implemented
42202719Sgabor502 SERVER	Bad Gateway
43202719Sgabor503 TEMP	Service Unavailable
44202719Sgabor504 TIMEOUT	Gateway Time-out
45202719Sgabor505 PROTO	HTTP Version not supported
46202719Sgabor999 PROTO	Protocol error
47202719Sgabor