]> granicus.if.org Git - apache/commitdiff
Re-add r:parsebody() as a valid function
authorDaniel Gruno <humbedooh@apache.org>
Sun, 1 Jul 2012 15:19:14 +0000 (15:19 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 1 Jul 2012 15:19:14 +0000 (15:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1355929 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 5d2f5bafacf1f63af3fbb69ee31645085ac23edb..8534bafba8fe6a81c9ddf591dea0b4659e111bc4 100644 (file)
@@ -411,14 +411,13 @@ end
         </highlight>
 
         <highlight language="lua">
-        r:parseargs() -- returns a lua table containing the request's query string arguments
+        r:parseargs() -- returns a Lua table containing the request's query string arguments
         </highlight>
-<!--
-/* Not supported yet */
+
         <highlight language="lua">
-        r:parsebody() &dash;- parse the request body as a POST and return  a lua table
+        r:parsebody() -- parse any POST data in the request and return it as a Lua table
         </highlight>
--->
+
         <highlight language="lua">
         r:puts("hello", " world", "!") -- print to response body
         </highlight>