summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/http.lua
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-25 11:52:04 +0000
committerSteven Barth <steven@midlink.org>2008-07-25 11:52:04 +0000
commita91f1a7e376ac6183859c726091191d3d3d6025f (patch)
treea20d2dc36fad7c255cc111a6d80fcdec6383126a /libs/web/luasrc/http.lua
parent714d72296147941029a72b63524ad199ae08c737 (diff)
libs/core, libs/uci, libs/web: Fixed several inline documentation typos
Diffstat (limited to 'libs/web/luasrc/http.lua')
-rw-r--r--libs/web/luasrc/http.lua1
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")