Changeset 823 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 26/05/10 17:25:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.xml
r814 r823 33 33 <!ENTITY qvalue "<xref target='Part1' x:rel='#quality.values' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 34 34 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 35 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 35 36 <!ENTITY compression-codings "<xref target='Part1' x:rel='#compression.codings' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 36 37 <!ENTITY transfer-codings "<xref target='Part1' x:rel='#transfer.codings' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 1338 1339 <t> 1339 1340 The content-coding is a characteristic of the entity identified by 1340 the request-target. Typically, the entity-body is stored with this1341 the Effective Request URI (&effective-request-uri;). Typically, the entity-body is stored with this 1341 1342 encoding and is only decoded before rendering or analogous usage. 1342 1343 However, a non-transparent proxy &MAY; modify the content-coding if the … … 1439 1440 </artwork></figure> 1440 1441 <t> 1441 The Content-Location value is not a replacement for the original1442 requested URI; it is only a statement of the location of the resource1442 The Content-Location value is not a replacement for the Effective 1443 Request URI (&effective-request-uri;); it is only a statement of the location of the resource 1443 1444 corresponding to this particular entity at the time of the request. 1444 Future requests &MAY; specify the Content-Location URI as the request-target1445 Future requests &MAY; may be addressed to the Content-Location URI 1445 1446 if the desire is to identify the source of that particular 1446 1447 entity. … … 1458 1459 <t> 1459 1460 If the Content-Location is a relative URI, the relative URI is 1460 interpreted relative to the request-target.1461 interpreted relative to the Effective Request URI. 1461 1462 </t> 1462 1463 <t> … … 3150 3151 </list> 3151 3152 </t> 3153 <t> 3154 Partly resolved issues: 3155 <list style="symbols"> 3156 <t> 3157 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/196"/>: 3158 "Term for the requested resource's URI" 3159 </t> 3160 </list> 3161 </t> 3152 3162 </section> 3153 3163
Note: See TracChangeset
for help on using the changeset viewer.