diff options
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/luasrc/http.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/luasrc/http.lua b/libs/web/luasrc/http.lua index 154f51ac4..e26b3b5db 100644 --- a/libs/web/luasrc/http.lua +++ b/libs/web/luasrc/http.lua @@ -24,6 +24,7 @@ limitations under the License. ]]-- +--- LuCI Web Framework high-level HTTP functions. module("luci.http", package.seeall) local ltn12 = require("luci.ltn12") require("luci.http.protocol") |