You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2011/03/30 14:19:22 UTC

svn commit: r1086924 - /tcl/rivet/trunk/doc/xml/commands.xml

Author: mxmanghi
Date: Wed Mar 30 12:19:22 2011
New Revision: 1086924

URL: http://svn.apache.org/viewvc?rev=1086924&view=rev
Log:
commit doc/xml/commands.xml with new page for raw_post commands (contributed by Jeff Lawson)

Modified:
    tcl/rivet/trunk/doc/xml/commands.xml

Modified: tcl/rivet/trunk/doc/xml/commands.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/xml/commands.xml?rev=1086924&r1=1086923&r2=1086924&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/xml/commands.xml (original)
+++ tcl/rivet/trunk/doc/xml/commands.xml Wed Mar 30 12:19:22 2011
@@ -326,6 +326,27 @@
       </refsect1>
     </refentry>
 
+    <refentry id="raw_post">
+      <refnamediv>
+			<refname>raw_post</refname>
+			<refpurpose>get the unmodified body of a POST request sent by the client.</refpurpose>
+      </refnamediv>
+
+      <refsynopsisdiv>
+			<cmdsynopsis>
+	  			<command>raw_post</command>
+			</cmdsynopsis>
+      </refsynopsisdiv>
+
+      <refsect1>
+			<title>Description</title>
+      </refsect1>
+      <para>
+			Returns the raw POST data from the request.  If the request was 
+			not a POST or there is no data, then "" - an empty string - is returned.
+      </para>
+    </refentry>
+
     <refentry id="load_response">
       <refnamediv>
 	<refname>load_response</refname>



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org