* Fixed webuci bootstrapper
[project/luci.git] / core / src / ffluci / sgi / webuci.lua
index 75fffa5..87bb693 100644 (file)
@@ -55,6 +55,10 @@ function ffluci.http.formvaluetable(prefix)
        return vals
 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)