* Fixed webuci bootstrapper
[project/luci.git] / core / src / ffluci / sgi / haserl.lua
index 0db558d99025adde2bba0e93074672c39909515e..6fefd7baf831ac193ee3cfdde7fff73a6bd6ce77 100644 (file)
@@ -53,6 +53,10 @@ function ffluci.http.formvaluetable(prefix)
        return ffluci.http.formvalue(prefix, {})
 end
 
+-- Sends a custom HTTP-Header
+function ffluci.http.header(key, value)
+       print(key .. ": " .. value)
+end
 
 -- Set Content-Type
 function ffluci.http.prepare_content(type)