Changeset 440 for draft-ietf-httpbis/latest/p4-conditional.html
- Timestamp:
- 29/01/09 15:34:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r439 r440 221 221 margin-right: 0em; 222 222 padding-left: 0em; 223 page-break-before: avoid; 223 224 } 224 225 li.indline0 { … … 377 378 <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B"> 378 379 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 379 <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/">380 <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/"> 380 381 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 381 382 <meta name="DC.Creator" content="Fielding, R."> … … 396 397 <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1"> 397 398 <tr> 398 <td class="header left"> NetworkWorking Group</td>399 <td class="header left">HTTPbis Working Group</td> 399 400 <td class="header right">R. Fielding, Editor</td> 400 401 </tr> … … 473 474 <tr> 474 475 <td class="header left"></td> 475 <td class="header right">January 7, 2009</td>476 <td class="header right">January 29, 2009</td> 476 477 </tr> 477 478 </table> … … 586 587 </p> 587 588 <h2 id="rfc.section.1.2"><a href="#rfc.section.1.2">1.2</a> <a id="notation" href="#notation">Syntax Notation</a></h2> 588 <p id="rfc.section.1.2.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), HEXDIG589 <p id="rfc.section.1.2.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 589 590 (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), VCHAR (any visible USASCII character), 590 591 and WSP (whitespace).
Note: See TracChangeset
for help on using the changeset viewer.