Changeset 440 for draft-ietf-httpbis/latest/p6-cache.html
- Timestamp:
- 29/01/09 15:34:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r439 r440 224 224 margin-right: 0em; 225 225 padding-left: 0em; 226 page-break-before: avoid; 226 227 } 227 228 li.indline0 { … … 389 390 <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B"> 390 391 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 391 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.4 00, 2008-10-10 14:04:14, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">392 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.415, 2009-01-29 15:06:08, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 392 393 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 393 394 <meta name="DC.Creator" content="Fielding, R."> … … 408 409 <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1"> 409 410 <tr> 410 <td class="header left"> NetworkWorking Group</td>411 <td class="header left">HTTPbis Working Group</td> 411 412 <td class="header right">R. Fielding, Editor</td> 412 413 </tr> … … 485 486 <tr> 486 487 <td class="header left"></td> 487 <td class="header right">January 7, 2009</td>488 <td class="header right">January 29, 2009</td> 488 489 </tr> 489 490 </table> … … 723 724 </p> 724 725 <h2 id="rfc.section.1.4"><a href="#rfc.section.1.4">1.4</a> <a id="notation" href="#notation">Syntax Notation</a></h2> 725 <p id="rfc.section.1.4.p.1">This specification uses the ABNF syntax defined in <a href="p1-messaging.html#notation" title="Syntax Notation">Section 1.2</a> of <a href="#Part1" id="rfc.xref.Part1.1"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. The following core rules are included by reference, as defined in <a href="#RFC5234" id="rfc.xref.RFC5234.1"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a>, <a href="http://tools.ietf.org/html/rfc5234# section-B.1">Appendix B.1</a>: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG726 <p id="rfc.section.1.4.p.1">This specification uses the ABNF syntax defined in <a href="p1-messaging.html#notation" title="Syntax Notation">Section 1.2</a> of <a href="#Part1" id="rfc.xref.Part1.1"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. The following core rules are included by reference, as defined in <a href="#RFC5234" id="rfc.xref.RFC5234.1"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a>, <a href="http://tools.ietf.org/html/rfc5234#appendix-B.1">Appendix B.1</a>: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG 726 727 (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), VCHAR (any visible USASCII character), 727 728 and WSP (whitespace).
Note: See TracChangeset
for help on using the changeset viewer.