]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
elaborate on how r:parsebody() works
authorDaniel Gruno <humbedooh@apache.org>
Wed, 22 Aug 2012 07:35:30 +0000 (07:35 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 22 Aug 2012 07:35:30 +0000 (07:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375910 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 6eafc2ce3d189846fdcf93ee477098614aa20197..96bec9fae6746aac37c26e20ae255519d73eeba5 100644 (file)
@@ -631,7 +631,9 @@ end
         </highlight>
 
         <highlight language="lua">
-        r:parsebody() -- parse any POST data in the request and return it as a Lua table
+        r:parsebody([sizeLimit]) -- parse the request body as a POST and return  a lua table.
+                                 -- An optional number may be passed to specify the maximum number 
+                                 -- of bytes to parse. Default is 8192 bytes.
         </highlight>
 
         <highlight language="lua">