You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2004/04/15 12:00:17 UTC

cvs commit: httpd-test/flood/docs/docbook flood.xml

jacekp      2004/04/15 03:00:16

  Modified:    flood/docs/docbook flood.xml
  Log:
  update manual with Content-Type attribute (<url> element)
  
  Revision  Changes    Path
  1.8       +11 -1     httpd-test/flood/docs/docbook/flood.xml
  
  Index: flood.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/docs/docbook/flood.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- flood.xml	9 Feb 2004 08:07:10 -0000	1.7
  +++ flood.xml	15 Apr 2004 10:00:15 -0000	1.8
  @@ -970,7 +970,8 @@
                       [ postdelay="INTEGER" ] 
                       [ postdelayprecision="INTEGER" ] 
                       [ user="STRING" ] 
  -                    [ password="STRING" ]&gt; [ STRING&lt;/url&gt; ]
  +                    [ password="STRING" ]
  +                    [ Content-Type="STRING" ]&gt; [ STRING&lt;/url&gt; ]
                   </synopsis>
               </refsynopsisdiv>
   
  @@ -1157,6 +1158,15 @@
                               <entry>
                               This attribute holds password for auth (401
                               header).
  +                            </entry>
  +                            <entry>(empty)</entry>
  +                        </row>
  +                        <row>
  +                            <entry>Content-Type</entry>
  +                            <entry>STRING</entry>
  +                            <entry>
  +                            This attribute (when present) overrides default
  +                            Content-Type header which is 'application/x-www-form-urlencoded'.
                               </entry>
                               <entry>(empty)</entry>
                           </row>