Home | History | Annotate | Line # | Download | only in libfetch
http.errors revision 1.1.2.2
      1  1.1.2.2  matt # $FreeBSD: src/lib/libfetch/http.errors,v 1.4.2.1 2001/05/26 17:31:50 des Exp $
      2  1.1.2.2  matt #
      3  1.1.2.2  matt # This list is taken from RFC 2068.
      4  1.1.2.2  matt #
      5  1.1.2.2  matt 100 OK		Continue
      6  1.1.2.2  matt 101 OK		Switching Protocols
      7  1.1.2.2  matt 200 OK		OK
      8  1.1.2.2  matt 201 OK		Created
      9  1.1.2.2  matt 202 OK		Accepted
     10  1.1.2.2  matt 203 INFO	Non-Authoritative Information
     11  1.1.2.2  matt 204 OK		No Content
     12  1.1.2.2  matt 205 OK		Reset Content
     13  1.1.2.2  matt 206 OK		Partial Content
     14  1.1.2.2  matt 300 MOVED	Multiple Choices
     15  1.1.2.2  matt 301 MOVED	Moved Permanently
     16  1.1.2.2  matt 302 MOVED	Moved Temporarily
     17  1.1.2.2  matt 303 MOVED	See Other
     18  1.1.2.2  matt 304 OK		Not Modified
     19  1.1.2.2  matt 305 INFO	Use Proxy
     20  1.1.2.2  matt 307 MOVED	Temporary Redirect
     21  1.1.2.2  matt 400 PROTO	Bad Request
     22  1.1.2.2  matt 401 AUTH	Unauthorized
     23  1.1.2.2  matt 402 AUTH	Payment Required
     24  1.1.2.2  matt 403 AUTH	Forbidden
     25  1.1.2.2  matt 404 UNAVAIL	Not Found
     26  1.1.2.2  matt 405 PROTO	Method Not Allowed
     27  1.1.2.2  matt 406 PROTO	Not Acceptable
     28  1.1.2.2  matt 407 AUTH	Proxy Authentication Required
     29  1.1.2.2  matt 408 TIMEOUT	Request Time-out
     30  1.1.2.2  matt 409 EXISTS	Conflict
     31  1.1.2.2  matt 410 UNAVAIL	Gone
     32  1.1.2.2  matt 411 PROTO	Length Required
     33  1.1.2.2  matt 412 SERVER	Precondition Failed
     34  1.1.2.2  matt 413 PROTO	Request Entity Too Large
     35  1.1.2.2  matt 414 PROTO	Request-URI Too Large
     36  1.1.2.2  matt 415 PROTO	Unsupported Media Type
     37  1.1.2.2  matt 416 UNAVAIL	Requested Range Not Satisfiable
     38  1.1.2.2  matt 417 SERVER	Expectation Failed
     39  1.1.2.2  matt 500 SERVER	Internal Server Error
     40  1.1.2.2  matt 501 PROTO	Not Implemented
     41  1.1.2.2  matt 502 SERVER	Bad Gateway
     42  1.1.2.2  matt 503 TEMP	Service Unavailable
     43  1.1.2.2  matt 504 TIMEOUT	Gateway Time-out
     44  1.1.2.2  matt 505 PROTO	HTTP Version not supported
     45  1.1.2.2  matt 999 PROTO	Protocol error
     46