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