Changeset 991 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 06/09/10 15:38:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r983 r991 1513 1513 request. 1514 1514 </t> 1515 <t> 1516 The asterisk "*" means that the request does not apply to a1515 <t><iref item="asterisk form (of request-target)"/> 1516 The asterisk "*" ("asterisk form") means that the request does not apply to a 1517 1517 particular resource, but to the server itself, and is only allowed 1518 1518 when the method used does not necessarily apply to a resource. One … … 1522 1522 OPTIONS * HTTP/1.1 1523 1523 </artwork></figure> 1524 <t> 1524 <t><iref item="absolute-URI form (of request-target)"/> 1525 1525 The absolute-URI form is &REQUIRED; when the request is being made to a 1526 1526 proxy. The proxy is requested to forward the request or service it … … 1541 1541 them in requests to proxies. 1542 1542 </t> 1543 <t> 1543 <t><iref item="authority form (of request-target)"/> 1544 1544 The authority form is only used by the CONNECT method (&CONNECT;). 1545 1545 </t> 1546 <t> 1546 <t><iref item="path-absolute form (of request-target)"/> 1547 1547 The most common form of request-target is that used to identify a 1548 resource on an origin server or gateway . In this case the absolute1548 resource on an origin server or gateway ("path-absolute form"). In this case the absolute 1549 1549 path of the URI &MUST; be transmitted (see <xref target="http.uri"/>, path-absolute) as 1550 1550 the request-target, and the network location of the URI (authority) &MUST; … … 1679 1679 </t> 1680 1680 <t> 1681 If the request-target uses the path-absolute (plus optional query) syntax 1682 or if it is just the asterisk "*", then the effective request URI is 1683 constructed by concatenating 1681 If the request-target uses the path-absolute form or the asterisk form, 1682 then the effective request URI is constructed by concatenating 1684 1683 </t> 1685 1684 <t> … … 1694 1693 </t> 1695 1694 <t> 1696 the authority component, as specified in the Host header 1695 the authority component, as specified in the Host header field 1697 1696 (<xref target="header.host"/>) and determined by the rules in 1698 1697 <xref target="the.resource.identified.by.a.request"/>,
Note: See TracChangeset
for help on using the changeset viewer.