Changeset 1436 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 03/09/11 01:55:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1433 r1436 26 26 <!ENTITY partial "<xref target='Part5' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 27 27 <!ENTITY combining-byte-ranges "<xref target='Part5' x:rel='#combining.byte.ranges' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 28 <!ENTITY full-date "<xref target='Part1' x:rel='#date.time.formats.full.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">28 <!ENTITY http-date "<xref target='Part2' x:rel='#http.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 29 29 <!ENTITY header-authorization "<xref target='Part7' x:rel='#header.authorization' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 30 30 <!ENTITY header-connection "<xref target='Part1' x:rel='#header.connection' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 31 <!ENTITY header-date "<xref target='Part 1' x:rel='#header.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">31 <!ENTITY header-date "<xref target='Part2' x:rel='#header.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 32 32 <!ENTITY header-via "<xref target='Part1' x:rel='#header.via' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 33 33 <!ENTITY header-last-modified "<xref target='Part4' x:rel='#header.last-modified' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 453 453 <figure><!--Part1--><artwork type="abnf2616"> 454 454 <x:ref>field-name</x:ref> = <field-name, defined in &header-fields;> 455 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in & full-date;>455 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &http-date;> 456 456 <x:ref>port</x:ref> = <port, defined in &uri;> 457 457 <x:ref>pseudonym</x:ref> = <pseudonym, defined in &header-via;> … … 1601 1601 <t> 1602 1602 The field-value is an absolute date and time as defined by HTTP-date in 1603 & full-date;; a sender &MUST; use the rfc1123-date format.1603 &http-date;; a sender &MUST; use the rfc1123-date format. 1604 1604 </t> 1605 1605 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Expires"/> … … 1631 1631 time values), and most caches will evict a response far sooner than 1632 1632 that. Therefore, senders ought not produce them. 1633 </t> 1634 <t> 1635 An origin server without a clock &MUST-NOT; assign Expires 1636 values to a response unless these values were associated 1637 with the resource by a system or user with a reliable clock. It &MAY; 1638 assign an Expires value that is known, at or before server 1639 configuration time, to be in the past (this allows "pre-expiration" 1640 of responses without storing separate Expires values for each 1641 resource). 1633 1642 </t> 1634 1643 </section> … … 2468 2477 <x:ref>Expires</x:ref> = HTTP-date 2469 2478 2470 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part 1], Section 6.1>2479 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 8> 2471 2480 2472 2481 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2> … … 2502 2511 <x:ref>port</x:ref> = <port, defined in [Part1], Section 2.7> 2503 2512 <x:ref>pragma-directive</x:ref> = "no-cache" / extension-pragma 2504 <x:ref>pseudonym</x:ref> = <pseudonym, defined in [Part1], Section 9.9>2513 <x:ref>pseudonym</x:ref> = <pseudonym, defined in [Part1], Section 8.8> 2505 2514 2506 2515 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3>
Note: See TracChangeset
for help on using the changeset viewer.