Changeset 280
- Timestamp:
- 14/07/08 12:18:10 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r274 r280 477 477 <tr> 478 478 <td class="header left"></td> 479 <td class="header right">July 7, 2008</td>479 <td class="header right">July 14, 2008</td> 480 480 </tr> 481 481 </table> … … 900 900 <p id="rfc.section.8.2.p.3">If the OPTIONS request includes an entity-body (as indicated by the presence of Content-Length or Transfer-Encoding), then 901 901 the media type <em class="bcp14">MUST</em> be indicated by a Content-Type field. Although this specification does not define any use for such a body, future extensions 902 to HTTP might use the OPTIONS body to make more detailed queries on the server. A server that does not support such an extension <em class="bcp14">MAY</em> discard the request body.902 to HTTP might use the OPTIONS body to make more detailed queries on the server. 903 903 </p> 904 904 <p id="rfc.section.8.2.p.4">If the Request-URI is an asterisk ("*"), the OPTIONS request is intended to apply to the server in general rather than to … … 2274 2274 <p id="rfc.section.B.5.p.1">Closed issues: </p> 2275 2275 <ul> 2276 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/98">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/98</a>>: "OPTIONS request bodies" 2277 </li> 2276 2278 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/119">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/119</a>>: "Description of CONNECT should refer to RFC2817" 2277 2279 </li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r274 r280 700 700 specification does not define any use for such a body, future 701 701 extensions to HTTP might use the OPTIONS body to make more detailed 702 queries on the server. A server that does not support such an 703 extension &MAY; discard the request body. 702 queries on the server. 704 703 </t> 705 704 <t> … … 3310 3309 <list style="symbols"> 3311 3310 <t> 3311 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/98"/>: 3312 "OPTIONS request bodies" 3313 </t> 3314 <t> 3312 3315 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/119"/>: 3313 3316 "Description of CONNECT should refer to RFC2817"
Note: See TracChangeset
for help on using the changeset viewer.