Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one
[project/luci.git] / libs / http / luasrc / http / protocol.lua
index c80380e97d437e54f6280658a60f2db425375a73..fd0a046f6ba5e4f1bb028688695ee1c9b24bbf34 100644 (file)
@@ -672,6 +672,7 @@ end
 statusmsg = {
        [200] = "OK",
        [301] = "Moved Permanently",
+       [302] = "Found",
        [304] = "Not Modified",
        [400] = "Bad Request",
        [403] = "Forbidden",