Changeset 391 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 15/11/08 00:44:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.xml
r385 r391 281 281 <x:anchor-alias value="Last-Modified"/> 282 282 <x:anchor-alias value="message-header"/> 283 <x:anchor-alias value=" relativeURI"/>283 <x:anchor-alias value="partial-URI"/> 284 284 The ABNF rules below are defined in other parts: 285 285 </t> … … 287 287 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 288 288 <x:ref>Content-Length</x:ref> = <Content-Length, defined in &header-content-length;> 289 <x:ref>relativeURI</x:ref> = <relativeURI, defined in &uri;>290 289 <x:ref>message-header</x:ref> = <message-header, defined in &message-headers;> 290 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;> 291 291 </artwork></figure> 292 292 <figure><!--Part4--><artwork type="abnf2616"> … … 1284 1284 <t> 1285 1285 The content-coding is a characteristic of the entity identified by 1286 the Request-URI. Typically, the entity-body is stored with this1286 the request-target. Typically, the entity-body is stored with this 1287 1287 encoding and is only decoded before rendering or analogous usage. 1288 1288 However, a non-transparent proxy &MAY; modify the content-coding if the … … 1382 1382 <x:ref>Content-Location-v</x:ref> 1383 1383 <x:ref>Content-Location-v</x:ref> = 1384 <x:ref>absolute-URI</x:ref> / <x:ref> relativeURI</x:ref>1384 <x:ref>absolute-URI</x:ref> / <x:ref>partial-URI</x:ref> 1385 1385 </artwork></figure> 1386 1386 <t> … … 1392 1392 requested URI; it is only a statement of the location of the resource 1393 1393 corresponding to this particular entity at the time of the request. 1394 Future requests &MAY; specify the Content-Location URI as the request- URI1394 Future requests &MAY; specify the Content-Location URI as the request-target 1395 1395 if the desire is to identify the source of that particular 1396 1396 entity. … … 1405 1405 <t> 1406 1406 If the Content-Location is a relative URI, the relative URI is 1407 interpreted relative to the Request-URI.1407 interpreted relative to the request-target. 1408 1408 </t> 1409 1409 <t>
Note: See TracChangeset
for help on using the changeset viewer.