Changeset 697 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 25/09/09 14:43:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r694 r697 29 29 <!ENTITY header-via "<xref target='Part1' x:rel='#header.via' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 30 30 <!ENTITY header-last-modified "<xref target='Part4' x:rel='#header.last-modified' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 31 <!ENTITY header-fields "<xref target='Part1' x:rel='#header.fields' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">31 <!ENTITY header-fields "<xref target='Part1' x:rel='#header.fields' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 32 32 <!ENTITY message-length "<xref target='Part1' x:rel='#message.length' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 33 33 <!ENTITY safe-methods "<xref target='Part2' x:rel='#safe.methods' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 895 895 <x:anchor-alias value="age-value"/> 896 896 <t> 897 The response-header field "Age"conveys the sender's estimate of the amount of time since897 The "Age" response-header field conveys the sender's estimate of the amount of time since 898 898 the response (or its validation) was generated at the origin server. Age values are 899 899 calculated as specified in <xref target="age.calculations" />. … … 933 933 <x:anchor-alias value="cache-response-directive"/> 934 934 <t> 935 The general-header field "Cache-Control"is used to specify directives that &MUST; be935 The "Cache-Control" general-header field is used to specify directives that &MUST; be 936 936 obeyed by all caches along the request/response chain. The directives specify behavior 937 937 intended to prevent caches from adversely interfering with the request or response. Cache … … 1249 1249 <x:anchor-alias value="Expires-v"/> 1250 1250 <t> 1251 The entity-header field "Expires"gives the date/time after which the response is1251 The "Expires" entity-header field gives the date/time after which the response is 1252 1252 considered stale. See <xref target="expiration.model" /> for further discussion of the 1253 1253 freshness model. … … 1294 1294 <x:anchor-alias value="pragma-directive"/> 1295 1295 <t> 1296 The general-header field "Pragma"is used to include implementation-specific directives1296 The "Pragma" general-header field is used to include implementation-specific directives 1297 1297 that might apply to any recipient along the request/response chain. All pragma directives 1298 1298 specify optional behavior from the viewpoint of the protocol; however, some systems … … 1382 1382 <x:anchor-alias value="warn-text"/> 1383 1383 <t> 1384 The general-header field "Warning"is used to carry additional information about the status1384 The "Warning" general-header field is used to carry additional information about the status 1385 1385 or transformation of a message that might not be reflected in the message. This 1386 1386 information is typically used to warn about possible incorrectness introduced by caching
Note: See TracChangeset
for help on using the changeset viewer.