Changeset 1779 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 14/07/12 18:33:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1776 r1779 552 552 responses to be stored is present in the response. 553 553 </t> 554 555 554 <t> 556 555 In this specification, the following <x:ref>Cache-Control</x:ref> response … … 558 557 must-revalidate, public, s-maxage. 559 558 </t> 560 561 559 <t> 562 560 Note that cached responses that contain the "must-revalidate" and/or … … 1272 1270 </t> 1273 1271 1274 <section anchor="cache-request-directive" 1275 title="Request Cache-Control Directives"> 1272 <section title="Request Cache-Control Directives" anchor="cache-request-directive"> 1276 1273 1277 1274 <section title="no-cache" anchor="cache-request-directive.no-cache"> … … 1279 1276 <iref item="no-cache" primary="true" subitem="Cache Directive" /> 1280 1277 <t> 1281 The no-cacherequest directive indicates that a cache &MUST-NOT;1278 The "no-cache" request directive indicates that a cache &MUST-NOT; 1282 1279 use a stored response to satisfy the request without successful 1283 1280 validation on the origin server. … … 1289 1286 <iref item="no-store" primary="true" subitem="Cache Directive" /> 1290 1287 <t> 1291 The no-storerequest directive indicates that a cache &MUST-NOT;1288 The "no-store" request directive indicates that a cache &MUST-NOT; 1292 1289 store any part of either this request or any response to it. This 1293 1290 directive applies to both private and shared caches. "&MUST-NOT; … … 1322 1319 </t> 1323 1320 <t> 1324 The max-agerequest directive indicates that the client is unwilling to1321 The "max-age" request directive indicates that the client is unwilling to 1325 1322 accept a response whose age is greater than the specified number of 1326 1323 seconds. Unless the max-stale request directive is also present, the … … 1346 1343 </t> 1347 1344 <t> 1348 The max-stalerequest directive indicates that the client is willing1345 The "max-stale" request directive indicates that the client is willing 1349 1346 to accept a response that has exceeded its expiration time. If max-stale 1350 1347 is assigned a value, then the client is willing to accept a response … … 1372 1369 </t> 1373 1370 <t> 1374 The min-freshrequest directive indicates that the client is willing1371 The "min-fresh" request directive indicates that the client is willing 1375 1372 to accept a response whose freshness lifetime is no less than its 1376 1373 current age plus the specified time in seconds. That is, the client … … 1389 1386 <iref item="no-transform" primary="true" subitem="Cache Directive" /> 1390 1387 <t> 1391 The no-transformrequest directive indicates that an intermediary1388 The "no-transform" request directive indicates that an intermediary 1392 1389 (whether or not it implements a cache) &MUST-NOT; change the 1393 1390 <x:ref>Content-Encoding</x:ref>, <x:ref>Content-Range</x:ref> or … … 1401 1398 <iref item="only-if-cached" primary="true" subitem="Cache Directive" /> 1402 1399 <t> 1403 The only-if-cachedrequest directive indicates that the client only wishes1400 The "only-if-cached" request directive indicates that the client only wishes 1404 1401 to obtain a stored response. If it receives this directive, a cache &SHOULD; 1405 1402 either respond using a stored response that is consistent with the other … … 1420 1417 <iref item="public" primary="true" subitem="Cache Directive" /> 1421 1418 <t> 1422 The publicresponse directive indicates that a response whose1419 The "public" response directive indicates that a response whose 1423 1420 associated request contains an 'Authentication' header &MAY; be 1424 1421 stored (see <xref target="caching.authenticated.responses" />). … … 1438 1435 </t> 1439 1436 <t> 1440 The privateresponse directive indicates that the response message is1437 The "private" response directive indicates that the response message is 1441 1438 intended for a single user and &MUST-NOT; be stored by a shared cache. A 1442 1439 private cache &MAY; store the response. … … 1480 1477 </t> 1481 1478 <t> 1482 The no-cacheresponse directive indicates that the response &MUST-NOT;1479 The "no-cache" response directive indicates that the response &MUST-NOT; 1483 1480 be used to satisfy a subsequent request without successful validation on 1484 1481 the origin server. This allows an origin server to prevent a cache from … … 1518 1515 <iref item="no-store" primary="true" subitem="Cache Directive" /> 1519 1516 <t> 1520 The no-storeresponse directive indicates that a cache &MUST-NOT;1517 The "no-store" response directive indicates that a cache &MUST-NOT; 1521 1518 store any part of either the immediate request or response. This 1522 1519 directive applies to both private and shared caches. "&MUST-NOT; … … 1538 1535 <iref item="must-revalidate" primary="true" subitem="Cache Directive" /> 1539 1536 <t> 1540 The must-revalidateresponse directive indicates that once it has1537 The "must-revalidate" response directive indicates that once it has 1541 1538 become stale, a cache &MUST-NOT; use the response to satisfy subsequent 1542 1539 requests without successful validation on the origin server. … … 1561 1558 <iref item="proxy-revalidate" primary="true" subitem="Cache Directive" /> 1562 1559 <t> 1563 The proxy-revalidateresponse directive has the same meaning as the1560 The "proxy-revalidate" response directive has the same meaning as the 1564 1561 must-revalidate response directive, except that it does not apply to 1565 1562 private caches. … … 1579 1576 </t> 1580 1577 <t> 1581 The max-ageresponse directive indicates that the response is to be1578 The "max-age" response directive indicates that the response is to be 1582 1579 considered stale after its age is greater than the specified number of 1583 1580 seconds. … … 1602 1599 </t> 1603 1600 <t> 1604 The s-maxageresponse directive indicates that, in shared caches, the1601 The "s-maxage" response directive indicates that, in shared caches, the 1605 1602 maximum age specified by this directive overrides the maximum age 1606 1603 specified by either the max-age directive or the <x:ref>Expires</x:ref> … … 1619 1616 <iref item="no-transform" primary="true" subitem="Cache Directive" /> 1620 1617 <t> 1621 The no-transformresponse directive indicates that an intermediary1618 The "no-transform" response directive indicates that an intermediary 1622 1619 (regardless of whether it implements a cache) &MUST-NOT; change the 1623 1620 <x:ref>Content-Encoding</x:ref>, <x:ref>Content-Range</x:ref> or
Note: See TracChangeset
for help on using the changeset viewer.