xref: /dragonfly/lib/libfetch/http.errors (revision 956939d5)
1# $FreeBSD: src/lib/libfetch/http.errors,v 1.5 2001/05/23 18:52:02 des Exp $
2# $DragonFly: src/lib/libfetch/http.errors,v 1.3 2007/08/05 21:48:12 swildner Exp $
3#
4# This list is taken from RFC 2068.
5#
6100 OK		Continue
7101 OK		Switching Protocols
8200 OK		OK
9201 OK		Created
10202 OK		Accepted
11203 INFO	Non-Authoritative Information
12204 OK		No Content
13205 OK		Reset Content
14206 OK		Partial Content
15300 MOVED	Multiple Choices
16301 MOVED	Moved Permanently
17302 MOVED	Moved Temporarily
18303 MOVED	See Other
19304 OK		Not Modified
20305 INFO	Use Proxy
21307 MOVED	Temporary Redirect
22400 PROTO	Bad Request
23401 AUTH	Unauthorized
24402 AUTH	Payment Required
25403 AUTH	Forbidden
26404 UNAVAIL	Not Found
27405 PROTO	Method Not Allowed
28406 PROTO	Not Acceptable
29407 AUTH	Proxy Authentication Required
30408 TIMEOUT	Request Time-out
31409 EXISTS	Conflict
32410 UNAVAIL	Gone
33411 PROTO	Length Required
34412 SERVER	Precondition Failed
35413 PROTO	Request Entity Too Large
36414 PROTO	Request-URI Too Large
37415 PROTO	Unsupported Media Type
38416 UNAVAIL	Requested Range Not Satisfiable
39417 SERVER	Expectation Failed
40500 SERVER	Internal Server Error
41501 PROTO	Not Implemented
42502 SERVER	Bad Gateway
43503 TEMP	Service Unavailable
44504 TIMEOUT	Gateway Time-out
45505 PROTO	HTTP Version not supported
46999 PROTO	Protocol error
47