1c29c5 | 1996-11-20 | David Kågedal | |
|
267a82 | 2004-03-02 | Martin Stjernholm | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
e21800 | 2000-01-05 | Per Hedbor | | private static constant errors =
|
b1fca0 | 1996-11-12 | Per Hedbor | | ([
|
c73e1b | 2000-12-10 | Per Hedbor | | 100:"Continue",
101:"Switching Protocols",
102:"Processing",
|
7477b4 | 2000-05-10 | Martin Nilsson | |
|
c73e1b | 2000-12-10 | Per Hedbor | | 200:"OK",
201:"URI follows",
202:"Accepted",
203:"Provisional Information",
204:"No Content",
205:"Reset Content",
206:"Partial Content",
207:"Multi-Status",
|
bc8c06 | 2004-03-02 | Martin Stjernholm | | 226:"IM Used",
|
7477b4 | 2000-05-10 | Martin Nilsson | |
|
c73e1b | 2000-12-10 | Per Hedbor | | 300:"Moved",
301:"Permanent Relocation",
|
bc8c06 | 2004-03-02 | Martin Stjernholm | | 302:"Found",
303:"See Other",
|
c73e1b | 2000-12-10 | Per Hedbor | | 304:"Not Modified",
305:"Use Proxy",
|
bc8c06 | 2004-03-02 | Martin Stjernholm | |
307:"Temporary Redirect",
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
c73e1b | 2000-12-10 | Per Hedbor | | 400:"Bad Request",
401:"Access denied",
402:"Payment Required",
403:"Forbidden",
404:"No such file or directory.",
405:"Method not allowed",
406:"Not Acceptable",
407:"Proxy authorization needed",
408:"Request timeout",
409:"Conflict",
410:"This document is no more. It has gone to meet its creator. It is gone. It will not be back. Give up. I promise. There is no such file or directory.",
411:"Length Required",
412:"Precondition Failed",
413:"Request Entity Too Large",
414:"Request-URI Too Large",
415:"Unsupported Media Type",
416:"Requested range not satisfiable",
417:"Expectation Failed",
418:"I'm a teapot",
|
7477b4 | 2000-05-10 | Martin Nilsson | |
|
c73e1b | 2000-12-10 | Per Hedbor | | 420:"Server temporarily unavailable",
421:"Server shutting down at operator request",
422:"Unprocessable Entity",
423:"Locked",
424:"Failed Dependency",
|
7477b4 | 2000-05-10 | Martin Nilsson | |
|
c73e1b | 2000-12-10 | Per Hedbor | | 500:"Internal Server Error.",
501:"Not Implemented",
502:"Gateway Timeout",
503:"Service unavailable",
504:"Gateway Time-out",
505:"HTTP Version not supported",
|
267a82 | 2004-03-02 | Martin Stjernholm | | 506:"Variant also negotiates",
|
c73e1b | 2000-12-10 | Per Hedbor | | 507:"Insufficient Storage",
|
6a469d | 1998-08-20 | Per Hedbor | | ]);
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|