Comparison

net/http/codes.lua @ 4723:198b11ed196a

net.http.codes: Add missing 418 status code
author Matthew Wild <mwild1@gmail.com>
date Fri, 27 Apr 2012 18:54:51 +0100
parent 4631:fc5d3b053454
child 6694:fc45dc6d604c
comparison
equal deleted inserted replaced
4722:1138fd3d5846 4723:198b11ed196a
42 [413] = "Request Entity Too Large"; 42 [413] = "Request Entity Too Large";
43 [414] = "Request-URI Too Long"; 43 [414] = "Request-URI Too Long";
44 [415] = "Unsupported Media Type"; 44 [415] = "Unsupported Media Type";
45 [416] = "Requested Range Not Satisfiable"; 45 [416] = "Requested Range Not Satisfiable";
46 [417] = "Expectation Failed"; 46 [417] = "Expectation Failed";
47 [418] = "I'm a teapot";
47 [422] = "Unprocessable Entity"; 48 [422] = "Unprocessable Entity";
48 [423] = "Locked"; 49 [423] = "Locked";
49 [424] = "Failed Dependency"; 50 [424] = "Failed Dependency";
50 -- The 425 status code is reserved for the WebDAV advanced collections expired proposal [RFC2817] 51 -- The 425 status code is reserved for the WebDAV advanced collections expired proposal [RFC2817]
51 [426] = "Upgrade Required"; 52 [426] = "Upgrade Required";