http.errors revision 50476
1# $FreeBSD: head/lib/libfetch/http.errors 50476 1999-08-28 00:22:10Z peter $
2#
3# This list is taken from RFC 2068.
4#
5100 OK		Continue
6101 OK		Switching Protocols
7200 OK		OK
8201 OK		Created
9202 OK		Accepted
10203 INFO	Non-Authoritative Information
11204 OK		No Content
12205 OK		Reset Content
13206 OK		Partial Content
14300 MOVED	Multiple Choices
15301 MOVED	Moved Permanently
16302 MOVED	Moved Temporarily
17303 MOVED	See Other
18304 OK		Not Modified
19305 INFO	Use Proxy
20400 PROTO	Bad Request
21401 AUTH	Unauthorized
22402 AUTH	Payment Required
23403 AUTH	Forbidden
24404 UNAVAIL	Not Found
25405 PROTO	Method Not Allowed
26406 PROTO	Not Acceptable
27407 AUTH	Proxy Authentication Required
28408 TIMEOUT	Request Time-out
29409 EXISTS	Conflict
30410 UNAVAIL	Gone
31411 PROTO	Length Required
32412 SERVER	Precondition Failed
33413 PROTO	Request Entity Too Large
34414 PROTO	Request-URI Too Large
35415 PROTO	Unsupported Media Type
36500 SERVER	Internal Server Error
37501 PROTO	Not Implemented
38502 SERVER	Bad Gateway
39503 TEMP	Service Unavailable
40504 TIMEOUT	Gateway Time-out
41505 PROTO	HTTP Version not supported
42