Changeset 1054
- Timestamp:
- 23/10/10 08:00:32 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 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> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1053 r1054 1514 1514 <t><iref item="asterisk form (of request-target)"/> 1515 1515 The asterisk "*" ("asterisk form") means that the request does not apply to a 1516 particular resource, but to the server itself, and is only allowed 1517 when the method used does not necessarily apply to a resource. One 1518 example would be 1516 particular resource, but to the server itself. This is only allowed for the 1517 OPTIONS method. Thus, the only valid example is 1519 1518 </t> 1520 1519 <figure><artwork type="message/http; msgtype="request"" x:indent-with=" "> … … 4875 4874 <t> 4876 4875 Update use of abs_path production from RFC 1808 to the path-absolute + query 4877 components of RFC 3986. 4876 components of RFC 3986. State that the asterisk form is allowed for the OPTIONS 4877 method only. 4878 4878 (<xref target="request-target"/>) 4879 4879 </t> … … 5689 5689 "Trailer requirements" 5690 5690 </t> 5691 <t> 5692 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/233"/>: 5693 "Is * usable as a request-uri for new methods?" 5694 </t> 5691 5695 </list> 5692 5696 </t>
Note: See TracChangeset
for help on using the changeset viewer.