http.errors revision 50476
1178476Sjb# $FreeBSD: head/lib/libfetch/http.errors 50476 1999-08-28 00:22:10Z peter $
2178476Sjb#
3178476Sjb# This list is taken from RFC 2068.
4178476Sjb#
5178476Sjb100 OK		Continue
6178476Sjb101 OK		Switching Protocols
7178476Sjb200 OK		OK
8178476Sjb201 OK		Created
9178476Sjb202 OK		Accepted
10178476Sjb203 INFO	Non-Authoritative Information
11178476Sjb204 OK		No Content
12178476Sjb205 OK		Reset Content
13178476Sjb206 OK		Partial Content
14178476Sjb300 MOVED	Multiple Choices
15178476Sjb301 MOVED	Moved Permanently
16178476Sjb302 MOVED	Moved Temporarily
17178476Sjb303 MOVED	See Other
18178476Sjb304 OK		Not Modified
19178476Sjb305 INFO	Use Proxy
20178476Sjb400 PROTO	Bad Request
21178476Sjb401 AUTH	Unauthorized
22178476Sjb402 AUTH	Payment Required
23178476Sjb403 AUTH	Forbidden
24178476Sjb404 UNAVAIL	Not Found
25178476Sjb405 PROTO	Method Not Allowed
26178476Sjb406 PROTO	Not Acceptable
27178476Sjb407 AUTH	Proxy Authentication Required
28178476Sjb408 TIMEOUT	Request Time-out
29178476Sjb409 EXISTS	Conflict
30178476Sjb410 UNAVAIL	Gone
31178476Sjb411 PROTO	Length Required
32178476Sjb412 SERVER	Precondition Failed
33178476Sjb413 PROTO	Request Entity Too Large
34178476Sjb414 PROTO	Request-URI Too Large
35178476Sjb415 PROTO	Unsupported Media Type
36178476Sjb500 SERVER	Internal Server Error
37178476Sjb501 PROTO	Not Implemented
38178476Sjb502 SERVER	Bad Gateway
39178476Sjb503 TEMP	Service Unavailable
40178476Sjb504 TIMEOUT	Gateway Time-out
41178476Sjb505 PROTO	HTTP Version not supported
42178476Sjb