comparison net/http/codes.lua @ 9170:47ffce31ffe4

net.http.codes: "Correct" range of unassigned codes (thanks pep.)
author Kim Alvefur <zash@zash.se>
date Sun, 12 Aug 2018 01:46:18 +0200
parents 7ed130d3676c
children 78bda7932f17
comparison
equal deleted inserted replaced
9169:3ec013185c15 9170:47ffce31ffe4
49 [414] = "URI Too Long"; -- RFC7231, Section 6.5.12 49 [414] = "URI Too Long"; -- RFC7231, Section 6.5.12
50 [415] = "Unsupported Media Type"; -- RFC7231, Section 6.5.13 50 [415] = "Unsupported Media Type"; -- RFC7231, Section 6.5.13
51 [416] = "Range Not Satisfiable"; -- RFC7233, Section 4.4 51 [416] = "Range Not Satisfiable"; -- RFC7233, Section 4.4
52 [417] = "Expectation Failed"; -- RFC7231, Section 6.5.14 52 [417] = "Expectation Failed"; -- RFC7231, Section 6.5.14
53 [418] = "I'm a teapot"; -- RFC2324, Section 2.3.2 53 [418] = "I'm a teapot"; -- RFC2324, Section 2.3.2
54 -- [418-420] = "Unassigned"; 54 -- [419-420] = "Unassigned";
55 [421] = "Misdirected Request"; -- RFC7540, Section 9.1.2 55 [421] = "Misdirected Request"; -- RFC7540, Section 9.1.2
56 [422] = "Unprocessable Entity"; 56 [422] = "Unprocessable Entity";
57 [423] = "Locked"; 57 [423] = "Locked";
58 [424] = "Failed Dependency"; 58 [424] = "Failed Dependency";
59 [425] = "Too Early"; 59 [425] = "Too Early";