Changeset 1561
- Timestamp:
- 04/03/12 18:49:34 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/extract-method-defs.xslt
r1557 r1561 14 14 <ttcol>Safe</ttcol> 15 15 <ttcol>Reference</ttcol> 16 <xsl:apply-templates select="//section[iref/@item=' methods']">17 <xsl:sort select="iref[@item=' methods']/@subitem"/>16 <xsl:apply-templates select="//section[iref/@item='Methods']"> 17 <xsl:sort select="iref[@item='Methods']/@subitem"/> 18 18 </xsl:apply-templates> 19 19 </texttable> … … 75 75 <xsl:template match="section"> 76 76 77 <xsl:variable name="text" select="iref[@item=' methods']/@subitem"/>77 <xsl:variable name="text" select="iref[@item='Methods']/@subitem"/> 78 78 79 79 <xsl:variable name="safe" xmlns:p2="urn:ietf:id:draft-ietf-httpbis-p2-semantics#"> -
draft-ietf-httpbis/latest/p2-semantics.html
r1560 r1561 3674 3674 <li><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul> 3675 3675 <li>Max-Forwards header field <a href="#rfc.xref.header.max-forwards.1">3.2</a>, <a href="#rfc.xref.header.max-forwards.2">6.2</a>, <a href="#rfc.xref.header.max-forwards.3">6.8</a>, <a href="#rfc.iref.m.9"><b>10.6</b></a>, <a href="#rfc.xref.header.max-forwards.4">11.3</a>, <a href="#rfc.xref.header.max-forwards.5">A</a></li> 3676 <li> methods 3676 <li>Methods 3677 3677 <ul> 3678 3678 <li>CONNECT <a href="#rfc.xref.CONNECT.1">2.1</a>, <a href="#rfc.iref.m.8"><b>6.9</b></a>, <a href="#rfc.xref.CONNECT.2">11.1</a>, <a href="#rfc.xref.CONNECT.3">A</a></li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1560 r1561 917 917 </rdf:Description> 918 918 <iref primary="true" item="OPTIONS method" x:for-anchor=""/> 919 <iref primary="true" item=" methods" subitem="OPTIONS" x:for-anchor=""/>919 <iref primary="true" item="Methods" subitem="OPTIONS" x:for-anchor=""/> 920 920 <t> 921 921 The OPTIONS method requests information about the … … 976 976 </rdf:Description> 977 977 <iref primary="true" item="GET method" x:for-anchor=""/> 978 <iref primary="true" item=" methods" subitem="GET" x:for-anchor=""/>978 <iref primary="true" item="Methods" subitem="GET" x:for-anchor=""/> 979 979 <t> 980 980 The GET method requests transfer of a current representation of … … 1024 1024 </rdf:Description> 1025 1025 <iref primary="true" item="HEAD method" x:for-anchor=""/> 1026 <iref primary="true" item=" methods" subitem="HEAD" x:for-anchor=""/>1026 <iref primary="true" item="Methods" subitem="HEAD" x:for-anchor=""/> 1027 1027 <t> 1028 1028 The HEAD method is identical to GET except that the server &MUST-NOT; … … 1049 1049 <section title="POST" anchor="POST"> 1050 1050 <iref primary="true" item="POST method" x:for-anchor=""/> 1051 <iref primary="true" item=" methods" subitem="POST" x:for-anchor=""/>1051 <iref primary="true" item="Methods" subitem="POST" x:for-anchor=""/> 1052 1052 <t> 1053 1053 The POST method requests that the origin server accept the … … 1105 1105 <section title="PUT" anchor="PUT"> 1106 1106 <iref primary="true" item="PUT method" x:for-anchor=""/> 1107 <iref primary="true" item=" methods" subitem="PUT" x:for-anchor=""/>1107 <iref primary="true" item="Methods" subitem="PUT" x:for-anchor=""/> 1108 1108 <t> 1109 1109 The PUT method requests that the state of the target resource … … 1227 1227 <section title="DELETE" anchor="DELETE"> 1228 1228 <iref primary="true" item="DELETE method" x:for-anchor=""/> 1229 <iref primary="true" item=" methods" subitem="DELETE" x:for-anchor=""/>1229 <iref primary="true" item="Methods" subitem="DELETE" x:for-anchor=""/> 1230 1230 <t> 1231 1231 The DELETE method requests that the origin server delete the target … … 1263 1263 </rdf:Description> 1264 1264 <iref primary="true" item="TRACE method" x:for-anchor=""/> 1265 <iref primary="true" item=" methods" subitem="TRACE" x:for-anchor=""/>1265 <iref primary="true" item="Methods" subitem="TRACE" x:for-anchor=""/> 1266 1266 <t> 1267 1267 The TRACE method requests a remote, application-layer loop-back … … 1292 1292 <section title="CONNECT" anchor="CONNECT"> 1293 1293 <iref primary="true" item="CONNECT method" x:for-anchor=""/> 1294 <iref primary="true" item=" methods" subitem="CONNECT" x:for-anchor=""/>1294 <iref primary="true" item="Methods" subitem="CONNECT" x:for-anchor=""/> 1295 1295 <t> 1296 1296 The CONNECT method requests that the proxy establish a tunnel
Note: See TracChangeset
for help on using the changeset viewer.