1c29c5 | 1996-11-20 | David Kågedal | |
|
e21800 | 2000-01-05 | Per Hedbor | |
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
e21800 | 2000-01-05 | Per Hedbor | | private static constant errors =
|
b1fca0 | 1996-11-12 | Per Hedbor | | ([
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 100:"100 Continue",
101:"101 Switching Protocols",
|
b1fca0 | 1996-11-12 | Per Hedbor | | 200:"200 OK",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 201:"201 URI follows",
|
b1fca0 | 1996-11-12 | Per Hedbor | | 202:"202 Accepted",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 203:"203 Provisional Information",
|
b1fca0 | 1996-11-12 | Per Hedbor | | 204:"204 No Content",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 205:"205 Reset Content",
|
70e94a | 2000-01-03 | Martin Nilsson | | 206:"206 Partial Content",
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 300:"300 Moved",
|
b1fca0 | 1996-11-12 | Per Hedbor | | 301:"301 Permanent Relocation",
302:"302 Temporary Relocation",
303:"303 Temporary Relocation method and URI",
304:"304 Not Modified",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 305:"305 Use Proxy",
|
b1fca0 | 1996-11-12 | Per Hedbor | |
400:"400 Bad Request",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 401:"401 Access denied",
|
b1fca0 | 1996-11-12 | Per Hedbor | | 402:"402 Payment Required",
403:"403 Forbidden",
404:"404 No such file or directory.",
405:"405 Method not allowed",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 406:"406 Not Acceptable",
|
b1fca0 | 1996-11-12 | Per Hedbor | | 407:"407 Proxy authorization needed",
408:"408 Request timeout",
409:"409 Conflict",
|
5a3402 | 1998-11-02 | Per Hedbor | | 410:"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.",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 411:"411 Length Required",
412:"412 Precondition Failed",
413:"413 Request Entity Too Large",
414:"414 Request-URI Too Large",
415:"415 Unsupported Media Type",
|
70e94a | 2000-01-03 | Martin Nilsson | | 416:"416 Requested range not satisfiable",
|
b1fca0 | 1996-11-12 | Per Hedbor | |
500:"500 Internal Server Error.",
501:"501 Not Implemented",
|
dead21 | 1997-03-24 | Henrik Grubbström (Grubba) | | 502:"502 Gateway Timeout",
503:"503 Service unavailable",
|
703111 | 1999-04-21 | Henrik Grubbström (Grubba) | | 504:"504 Gateway Time-out",
505:"505 HTTP Version not supported",
|
6a469d | 1998-08-20 | Per Hedbor | | ]);
|
b1fca0 | 1996-11-12 | Per Hedbor | |
|