Changeset 1745
- Timestamp:
- 09/07/12 07:47:10 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1741 r1745 452 452 } 453 453 @bottom-center { 454 content: "Expires January 9, 2013";454 content: "Expires January 10, 2013"; 455 455 } 456 456 @bottom-right { … … 487 487 <link href="p5-range.html" rel="prev"> 488 488 <link href="p7-auth.html" rel="next"> 489 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.584, 2012-06-24 15:59:38, XSLT vendor: SAXON 8.9from Saxonica http://www.saxonica.com/">489 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.584, 2012-06-24 15:59:38, XSLT vendor: SAXON 9.1.0.8 from Saxonica http://www.saxonica.com/"> 490 490 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 491 491 <meta name="dct.creator" content="Fielding, R."> … … 494 494 <meta name="dct.creator" content="Reschke, J. F."> 495 495 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 496 <meta name="dct.issued" scheme="ISO8601" content="2012-07-0 8">496 <meta name="dct.issued" scheme="ISO8601" content="2012-07-09"> 497 497 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 498 498 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 6 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 520 520 </tr> 521 521 <tr> 522 <td class="left">Expires: January 9, 2013</td>522 <td class="left">Expires: January 10, 2013</td> 523 523 <td class="right">M. Nottingham, Editor</td> 524 524 </tr> … … 537 537 <tr> 538 538 <td class="left"></td> 539 <td class="right">July 8, 2012</td>539 <td class="right">July 9, 2012</td> 540 540 </tr> 541 541 </tbody> … … 567 567 in progress”. 568 568 </p> 569 <p>This Internet-Draft will expire on January 9, 2013.</p>569 <p>This Internet-Draft will expire on January 10, 2013.</p> 570 570 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 571 571 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 592 592 <li>1.4.1 <a href="#core.rules">Core Rules</a></li> 593 593 <li>1.4.2 <a href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></li> 594 <li>1.4.3 <a href="#delta-seconds">Delta Seconds</a></li> 594 595 </ul> 595 596 </li> 596 <li>1.5 <a href="#delta-seconds">Delta Seconds</a></li>597 597 </ul> 598 598 </li> … … 817 817 <a href="#abnf.dependencies" class="smpl">pseudonym</a> = <pseudonym, defined in <a href="#Part1" id="rfc.xref.Part1.9"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#header.via" title="Via">Section 6.2</a>> 818 818 <a href="#abnf.dependencies" class="smpl">uri-host</a> = <uri-host, defined in <a href="#Part1" id="rfc.xref.Part1.10"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.7</a>> 819 </pre><h 2 id="rfc.section.1.5"><a href="#rfc.section.1.5">1.5</a> <a id="delta-seconds" href="#delta-seconds">Delta Seconds</a></h2>820 <p id="rfc.section.1. 5.p.1">The delta-seconds rule specifies a non-negative integer, representing time in seconds.</p>819 </pre><h3 id="rfc.section.1.4.3"><a href="#rfc.section.1.4.3">1.4.3</a> <a id="delta-seconds" href="#delta-seconds">Delta Seconds</a></h3> 820 <p id="rfc.section.1.4.3.p.1">The delta-seconds rule specifies a non-negative integer, representing time in seconds.</p> 821 821 <div id="rfc.figure.u.3"></div><pre class="inline"><span id="rfc.iref.g.1"></span> <a href="#delta-seconds" class="smpl">delta-seconds</a> = 1*<a href="#notation" class="smpl">DIGIT</a> 822 </pre><p id="rfc.section.1. 5.p.3">If an implementation receives a delta-seconds value larger than the largest positive integer it can represent, or if any of822 </pre><p id="rfc.section.1.4.3.p.3">If an implementation receives a delta-seconds value larger than the largest positive integer it can represent, or if any of 823 823 its subsequent calculations overflows, it <em class="bcp14">MUST</em> consider the value to be 2147483648 (2<sup>31</sup>). Recipients parsing a delta-seconds value <em class="bcp14">MUST</em> use an arithmetic type of at least 31 bits of range, and senders <em class="bcp14">MUST NOT</em> send delta-seconds with a value greater than 2147483648. 824 824 </p> … … 1210 1210 </p> 1211 1211 <div id="rfc.figure.u.8"></div><pre class="inline"><span id="rfc.iref.g.2"></span> <a href="#header.age" class="smpl">Age</a> = <a href="#delta-seconds" class="smpl">delta-seconds</a> 1212 </pre><p id="rfc.section.3.1.p.3">Age field-values are non-negative integers, representing time in seconds (see <a href="#delta-seconds" title="Delta Seconds">Section 1. 5</a>).1212 </pre><p id="rfc.section.3.1.p.3">Age field-values are non-negative integers, representing time in seconds (see <a href="#delta-seconds" title="Delta Seconds">Section 1.4.3</a>). 1213 1213 </p> 1214 1214 <p id="rfc.section.3.1.p.4">The presence of an Age header field in a response implies that a response is not first-hand. However, the converse is not … … 1262 1262 <p id="rfc.section.3.2.1.3.p.1">Argument syntax: </p> 1263 1263 <ul class="empty"> 1264 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1. 5</a>)1264 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1.4.3</a>) 1265 1265 </li> 1266 1266 </ul> … … 1275 1275 <p id="rfc.section.3.2.1.4.p.1">Argument syntax: </p> 1276 1276 <ul class="empty"> 1277 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1. 5</a>)1277 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1.4.3</a>) 1278 1278 </li> 1279 1279 </ul> … … 1290 1290 <p id="rfc.section.3.2.1.5.p.1">Argument syntax: </p> 1291 1291 <ul class="empty"> 1292 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1. 5</a>)1292 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1.4.3</a>) 1293 1293 </li> 1294 1294 </ul> … … 1394 1394 <p id="rfc.section.3.2.2.7.p.1">Argument syntax: </p> 1395 1395 <ul class="empty"> 1396 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1. 5</a>)1396 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1.4.3</a>) 1397 1397 </li> 1398 1398 </ul> … … 1407 1407 <p id="rfc.section.3.2.2.8.p.1">Argument syntax: </p> 1408 1408 <ul class="empty"> 1409 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1. 5</a>)1409 <li> <a href="#delta-seconds" class="smpl">delta-seconds</a> (see <a href="#delta-seconds" title="Delta Seconds">Section 1.4.3</a>) 1410 1410 </li> 1411 1411 </ul> … … 2109 2109 <li><tt>Cache-Control</tt> <a href="#rfc.iref.g.3"><b>3.2</b></a></li> 2110 2110 <li><tt>cache-directive</tt> <a href="#rfc.iref.g.4"><b>3.2</b></a></li> 2111 <li><tt>delta-seconds</tt> <a href="#rfc.iref.g.1"><b>1. 5</b></a></li>2111 <li><tt>delta-seconds</tt> <a href="#rfc.iref.g.1"><b>1.4.3</b></a></li> 2112 2112 <li><tt>Expires</tt> <a href="#rfc.iref.g.5"><b>3.3</b></a></li> 2113 2113 <li><tt>extension-pragma</tt> <a href="#rfc.iref.g.8"><b>3.4</b></a></li> -
draft-ietf-httpbis/latest/p6-cache.xml
r1741 r1745 394 394 </artwork></figure> 395 395 </section> 396 </section>397 396 398 397 <section title="Delta Seconds" anchor="delta-seconds"> … … 414 413 </section> 415 414 415 </section> 416 416 </section> 417 417
Note: See TracChangeset
for help on using the changeset viewer.