Changeset 1805 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 16/07/12 14:30:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1803 r1805 352 352 353 353 <section title="Syntax Notation" anchor="notation"> 354 <x:anchor-alias value="ALPHA"/>355 <x:anchor-alias value="CR"/>356 <x:anchor-alias value="DIGIT"/>357 <x:anchor-alias value="DQUOTE"/>358 <x:anchor-alias value="LF"/>359 <x:anchor-alias value="OCTET"/>360 <x:anchor-alias value="SP"/>361 <x:anchor-alias value="VCHAR"/>362 354 <t> 363 355 This specification uses the Augmented Backus-Naur Form (ABNF) notation 364 356 of <xref target="RFC5234"/> with the list rule extension defined in 365 ¬ation;. <xref target="collected.abnf"/> shows the collected ABNF 357 ¬ation;. <xref target="imported.abnf"/> describes rules imported from 358 other documents. <xref target="collected.abnf"/> shows the collected ABNF 366 359 with the list rule expanded. 367 360 </t> 368 <t>369 The following core rules are included by reference, as defined in <xref370 target="RFC5234" x:fmt="," x:sec="B.1"/>: ALPHA (letters), CR (carriage371 return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double372 quote), HEXDIG (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit373 sequence of data), SP (space), and VCHAR (any visible US-ASCII character).374 </t>375 376 <section title="Core Rules" anchor="core.rules">377 <x:anchor-alias value="quoted-string"/>378 <x:anchor-alias value="token"/>379 <x:anchor-alias value="OWS"/>380 <t>381 The core rules below are defined in <xref target="Part1"/>:382 </t>383 <figure><artwork type="abnf2616">384 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;>385 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;>386 <x:ref>token</x:ref> = <token, defined in &field-components;>387 </artwork></figure>388 </section>389 390 <section title="ABNF Rules defined in other Parts of the Specification"391 anchor="abnf.dependencies">392 <x:anchor-alias value="field-name"/>393 <x:anchor-alias value="HTTP-date"/>394 <x:anchor-alias value="port"/>395 <x:anchor-alias value="pseudonym"/>396 <x:anchor-alias value="uri-host"/>397 <t>398 The ABNF rules below are defined in other parts:399 </t>400 <figure><!--Part1--><artwork type="abnf2616">401 <x:ref>field-name</x:ref> = <field-name, defined in &header-fields;>402 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &http-date;>403 <x:ref>port</x:ref> = <port, defined in &uri;>404 <x:ref>pseudonym</x:ref> = <pseudonym, defined in &header-via;>405 <x:ref>uri-host</x:ref> = <uri-host, defined in &uri;>406 </artwork></figure>407 </section>408 361 409 362 <section title="Delta Seconds" anchor="delta-seconds"> … … 2592 2545 </section> 2593 2546 2547 <section title="Imported ABNF" anchor="imported.abnf"> 2548 <x:anchor-alias value="ALPHA"/> 2549 <x:anchor-alias value="CR"/> 2550 <x:anchor-alias value="DIGIT"/> 2551 <x:anchor-alias value="DQUOTE"/> 2552 <x:anchor-alias value="LF"/> 2553 <x:anchor-alias value="OCTET"/> 2554 <x:anchor-alias value="SP"/> 2555 <x:anchor-alias value="VCHAR"/> 2556 <x:anchor-alias value="quoted-string"/> 2557 <x:anchor-alias value="token"/> 2558 <x:anchor-alias value="OWS"/> 2559 <x:anchor-alias value="field-name"/> 2560 <x:anchor-alias value="HTTP-date"/> 2561 <x:anchor-alias value="port"/> 2562 <x:anchor-alias value="pseudonym"/> 2563 <x:anchor-alias value="uri-host"/> 2564 <t> 2565 The following core rules are included by reference, as defined in <xref 2566 target="RFC5234" x:fmt="," x:sec="B.1"/>: ALPHA (letters), CR (carriage 2567 return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double 2568 quote), HEXDIG (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit 2569 sequence of data), SP (space), and VCHAR (any visible US-ASCII character). 2570 </t> 2571 <t> 2572 The rules below are defined in <xref target="Part1"/>: 2573 </t> 2574 <figure><artwork type="abnf2616"> 2575 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;> 2576 <x:ref>field-name</x:ref> = <field-name, defined in &header-fields;> 2577 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;> 2578 <x:ref>token</x:ref> = <token, defined in &field-components;> 2579 2580 <x:ref>port</x:ref> = <port, defined in &uri;> 2581 <x:ref>pseudonym</x:ref> = <pseudonym, defined in &header-via;> 2582 <x:ref>uri-host</x:ref> = <uri-host, defined in &uri;> 2583 </artwork></figure> 2584 <t> 2585 The rules below are defined in other parts: 2586 </t> 2587 <figure><artwork type="abnf2616"> 2588 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &http-date;> 2589 </artwork></figure> 2590 </section> 2591 2594 2592 <?BEGININC p6-cache.abnf-appendix ?> 2595 2593 <section xmlns:x="http://purl.org/net/xml2rfc/ext" title="Collected ABNF" anchor="collected.abnf">
Note: See TracChangeset
for help on using the changeset viewer.