Changeset 1054 for draft-ietf-httpbis/latest/p1-messaging.html
- Timestamp:
- 23/10/10 08:00:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1053 r1054 1341 1341 / <a href="#uri" class="smpl">authority</a> 1342 1342 </pre><p id="rfc.section.4.1.2.p.3">The four options for request-target are dependent on the nature of the request.</p> 1343 <p id="rfc.section.4.1.2.p.4"><span id="rfc.iref.a.1"></span> The asterisk "*" ("asterisk form") means that the request does not apply to a particular resource, but to the server itself ,1344 and is only allowed when the method used does not necessarily apply to a resource. One example would be1343 <p id="rfc.section.4.1.2.p.4"><span id="rfc.iref.a.1"></span> The asterisk "*" ("asterisk form") means that the request does not apply to a particular resource, but to the server itself. 1344 This is only allowed for the OPTIONS method. Thus, the only valid example is 1345 1345 </p> 1346 1346 <div id="rfc.figure.u.35"></div><pre class="text2">OPTIONS * HTTP/1.1 … … 2971 2971 <p id="rfc.section.B.3.p.6">Remove reference to non-existent identity transfer-coding value tokens. (Sections <a href="#message.body" title="Message Body">3.3</a> and <a href="#transfer.codings" title="Transfer Codings">6.2</a>) 2972 2972 </p> 2973 <p id="rfc.section.B.3.p.7">Update use of abs_path production from RFC 1808 to the path-absolute + query components of RFC 3986. (<a href="#request-target" title="request-target">Section 4.1.2</a>) 2973 <p id="rfc.section.B.3.p.7">Update use of abs_path production from RFC 1808 to the path-absolute + query components of RFC 3986. State that the asterisk 2974 form is allowed for the OPTIONS method only. (<a href="#request-target" title="request-target">Section 4.1.2</a>) 2974 2975 </p> 2975 2976 <p id="rfc.section.B.3.p.8">Clarification that the chunk length does not include the count of the octets in the chunk header and trailer. Furthermore … … 3473 3474 <ul> 3474 3475 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/193">http://tools.ietf.org/wg/httpbis/trac/ticket/193</a>>: "Trailer requirements" 3476 </li> 3477 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/233">http://tools.ietf.org/wg/httpbis/trac/ticket/233</a>>: "Is * usable as a request-uri for new methods?" 3475 3478 </li> 3476 3479 </ul>
Note: See TracChangeset
for help on using the changeset viewer.