Changeset 2544
- Timestamp:
- 09/01/14 12:20:42 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r2520 r2544 197 197 second = 2DIGIT 198 198 segment = <segment, defined in [RFC3986], Section 3.3> 199 special = "(" / ")" / "<" / ">" / "@" / "," / ";" / ":" / "\" / DQUOTE / "/" / "[" / "]" / "?" / "=" / "{" / "}"200 199 start-line = request-line / status-line 201 200 status-code = 3DIGIT … … 276 275 ; http-URI defined but not used 277 276 ; https-URI defined but not used 278 ; special defined but not used -
draft-ietf-httpbis/latest/p1-messaging.html
r2543 r2544 448 448 } 449 449 @bottom-center { 450 content: "Expires July 1 2, 2014";450 content: "Expires July 13, 2014"; 451 451 } 452 452 @bottom-right { … … 490 490 <meta name="dct.creator" content="Reschke, J. F."> 491 491 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-0 8">492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-09"> 493 493 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 519 519 <tr> 520 520 <td class="left">Intended status: Standards Track</td> 521 <td class="right">January 8, 2014</td>521 <td class="right">January 9, 2014</td> 522 522 </tr> 523 523 <tr> 524 <td class="left">Expires: July 1 2, 2014</td>524 <td class="left">Expires: July 13, 2014</td> 525 525 <td class="right"></td> 526 526 </tr> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on July 1 2, 2014.</p>553 <p>This Internet-Draft will expire on July 13, 2014.</p> 554 554 </div> 555 555 <div id="rfc.copyrightnotice"> … … 1398 1398 <h3 id="rfc.section.3.2.6"><a href="#rfc.section.3.2.6">3.2.6</a> <a href="#field.components">Field value components</a></h3> 1399 1399 <div id="rule.token.separators"> 1400 <p id="rfc.section.3.2.6.p.1"> Most HTTP header field values are defined using common syntax components (token, quoted-string, and comment) separated by1400 <p id="rfc.section.3.2.6.p.1"> <span id="rfc.iref.d.2"></span> Most HTTP header field values are defined using common syntax components (token, quoted-string, and comment) separated by 1401 1401 whitespace or specific delimiting characters. Delimiters are chosen from the set of US-ASCII visual characters not allowed 1402 in a token ({VCHAR - tchar}).1402 in a <a href="#rule.token.separators" class="smpl">token</a> (DQUOTE and "(),/:;<=>?@[\]{}"). 1403 1403 </p> 1404 1404 </div> … … 1408 1408 / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" 1409 1409 / <a href="#core.rules" class="smpl">DIGIT</a> / <a href="#core.rules" class="smpl">ALPHA</a> 1410 ; any <a href="#core.rules" class="smpl">VCHAR</a>, except <a href="#rule.token.separators" class="smpl">special</a> 1411 1412 <a href="#rule.token.separators" class="smpl">special</a> = "(" / ")" / "<" / ">" / "@" / "," 1413 / ";" / ":" / "\" / DQUOTE / "/" / "[" 1414 / "]" / "?" / "=" / "{" / "}" 1410 ; any <a href="#core.rules" class="smpl">VCHAR</a>, except delimiters 1415 1411 </pre><div id="rule.quoted-string"> 1416 1412 <p id="rfc.section.3.2.6.p.3"> A string of text is parsed as a single value if it is quoted using double-quote marks.</p> … … 1762 1758 </div> 1763 1759 <div id="deflate.coding"> 1764 <div id="rfc.iref.d. 2"></div>1760 <div id="rfc.iref.d.3"></div> 1765 1761 <h3 id="rfc.section.4.2.2"><a href="#rfc.section.4.2.2">4.2.2</a> <a href="#deflate.coding">Deflate Coding</a></h3> 1766 1762 <p id="rfc.section.4.2.2.p.1">The "deflate" coding is a "zlib" data format <a href="#RFC1950" id="rfc.xref.RFC1950.1"><cite title="ZLIB Compressed Data Format Specification version 3.3">[RFC1950]</cite></a> containing a "deflate" compressed data stream <a href="#RFC1951" id="rfc.xref.RFC1951.1"><cite title="DEFLATE Compressed Data Format Specification version 1.3">[RFC1951]</cite></a> that uses a combination of the Lempel-Ziv (LZ77) compression algorithm and Huffman coding. … … 3401 3397 3402 3398 <a href="#uri" class="smpl">segment</a> = <segment, defined in [RFC3986], Section 3.3> 3403 <a href="#rule.token.separators" class="smpl">special</a> = "(" / ")" / "<" / ">" / "@" / "," / ";" / ":" / "\" /3404 DQUOTE / "/" / "[" / "]" / "?" / "=" / "{" / "}"3405 3399 <a href="#http.message" class="smpl">start-line</a> = request-line / status-line 3406 3400 <a href="#status.line" class="smpl">status-code</a> = 3DIGIT … … 3493 3487 </li> 3494 3488 <li><a id="rfc.index.D" href="#rfc.index.D"><b>D</b></a><ul> 3495 <li>deflate (Coding Format) <a href="#rfc.iref.d.2">4.2.2</a></li> 3489 <li>deflate (Coding Format) <a href="#rfc.iref.d.3">4.2.2</a></li> 3490 <li>Delimiters <a href="#rfc.iref.d.2">3.2.6</a></li> 3496 3491 <li>downstream <a href="#rfc.iref.d.1"><b>2.3</b></a></li> 3497 3492 </ul> -
draft-ietf-httpbis/latest/p1-messaging.xml
r2543 r2544 1455 1455 <x:anchor-alias value="tchar"/> 1456 1456 <x:anchor-alias value="token"/> 1457 < x:anchor-alias value="special"/>1457 <iref item="Delimiters"/> 1458 1458 Most HTTP header field values are defined using common syntax components 1459 1459 (token, quoted-string, and comment) separated by whitespace or specific 1460 1460 delimiting characters. Delimiters are chosen from the set of US-ASCII 1461 visual characters not allowed in a token ({VCHAR - tchar}). 1461 visual characters not allowed in a <x:ref>token</x:ref> 1462 (DQUOTE and "(),/:;<=>?@[\]{}"). 1462 1463 </t> 1463 1464 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="tchar"/> 1464 1465 <x:ref>token</x:ref> = 1*<x:ref>tchar</x:ref> 1465 1466 <!-- 1466 IMPORTANT: when editing "tchar" make sure that "special" is updated accordingly!!!1467 NOTE: the definition of tchar and the prose above about special characters need to match! 1467 1468 --> 1468 1469 <x:ref>tchar</x:ref> = "!" / "#" / "$" / "%" / "&" / "'" / "*" 1469 1470 / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" 1470 1471 / <x:ref>DIGIT</x:ref> / <x:ref>ALPHA</x:ref> 1471 ; any <x:ref>VCHAR</x:ref>, except <x:ref>special</x:ref> 1472 1473 <x:ref>special</x:ref> = "(" / ")" / "<" / ">" / "@" / "," 1474 / ";" / ":" / "\" / DQUOTE / "/" / "[" 1475 / "]" / "?" / "=" / "{" / "}" 1472 ; any <x:ref>VCHAR</x:ref>, except delimiters 1476 1473 </artwork></figure> 1477 1474 <t anchor="rule.quoted-string"> … … 5386 5383 5387 5384 <x:ref>segment</x:ref> = <segment, defined in [RFC3986], Section 3.3> 5388 <x:ref>special</x:ref> = "(" / ")" / "<" / ">" / "@" / "," / ";" / ":" / "\" /5389 DQUOTE / "/" / "[" / "]" / "?" / "=" / "{" / "}"5390 5385 <x:ref>start-line</x:ref> = request-line / status-line 5391 5386 <x:ref>status-code</x:ref> = 3DIGIT
Note: See TracChangeset
for help on using the changeset viewer.