Changeset 1167 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 11/03/11 13:43:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1165 r1167 348 348 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 349 349 <x:anchor-alias value="absolute-URI"/> 350 <x:anchor-alias value="Accept"/>351 <x:anchor-alias value="Accept-Charset"/>352 <x:anchor-alias value="Accept-Encoding"/>353 <x:anchor-alias value="Accept-Language"/>354 <x:anchor-alias value="Accept-Ranges"/>355 <x:anchor-alias value="Age"/>356 <x:anchor-alias value="Authorization"/>357 350 <x:anchor-alias value="comment"/> 358 <x:anchor-alias value="ETag"/>359 <x:anchor-alias value="Host"/>360 351 <x:anchor-alias value="HTTP-date"/> 361 <x:anchor-alias value="If-Match"/>362 <x:anchor-alias value="If-Modified-Since"/>363 <x:anchor-alias value="If-None-Match"/>364 <x:anchor-alias value="If-Range"/>365 <x:anchor-alias value="If-Unmodified-Since"/>366 352 <x:anchor-alias value="partial-URI"/> 367 353 <x:anchor-alias value="product"/> 368 <x:anchor-alias value="Proxy-Authenticate"/>369 <x:anchor-alias value="Proxy-Authorization"/>370 <x:anchor-alias value="Range"/>371 <x:anchor-alias value="TE"/>372 354 <x:anchor-alias value="URI-reference"/> 373 <x:anchor-alias value="Vary"/>374 <x:anchor-alias value="WWW-Authenticate"/>375 355 <t> 376 356 The ABNF rules below are defined in other parts: … … 379 359 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 380 360 <x:ref>comment</x:ref> = <comment, defined in &header-fields;> 381 <x:ref>Host</x:ref> = <Host, defined in &uri;>382 361 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &full-date;> 383 362 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;> 384 363 <x:ref>product</x:ref> = <product, defined in &product-tokens;> 385 <x:ref>TE</x:ref> = <TE, defined in &header-te;>386 364 <x:ref>URI-reference</x:ref> = <URI-reference, defined in &uri;> 387 </artwork></figure>388 <figure><!--Part3--><artwork type="abnf2616">389 <x:ref>Accept</x:ref> = <Accept, defined in &header-accept;>390 <x:ref>Accept-Charset</x:ref> =391 <Accept-Charset, defined in &header-accept-charset;>392 <x:ref>Accept-Encoding</x:ref> =393 <Accept-Encoding, defined in &header-accept-encoding;>394 <x:ref>Accept-Language</x:ref> =395 <Accept-Language, defined in &header-accept-language;>396 </artwork></figure>397 <figure><!--Part4--><artwork type="abnf2616">398 <x:ref>ETag</x:ref> = <ETag, defined in &header-etag;>399 <x:ref>If-Match</x:ref> = <If-Match, defined in &header-if-match;>400 <x:ref>If-Modified-Since</x:ref> =401 <If-Modified-Since, defined in &header-if-modified-since;>402 <x:ref>If-None-Match</x:ref> = <If-None-Match, defined in &header-if-none-match;>403 <x:ref>If-Unmodified-Since</x:ref> =404 <If-Unmodified-Since, defined in &header-if-unmodified-since;>405 </artwork></figure>406 <figure><!--Part5--><artwork type="abnf2616">407 <x:ref>Accept-Ranges</x:ref> = <Accept-Ranges, defined in &header-accept-ranges;>408 <x:ref>If-Range</x:ref> = <If-Range, defined in &header-if-range;>409 <x:ref>Range</x:ref> = <Range, defined in &header-range;>410 </artwork></figure>411 <figure><!--Part6--><artwork type="abnf2616">412 <x:ref>Age</x:ref> = <Age, defined in &header-age;>413 <x:ref>Vary</x:ref> = <Vary, defined in &header-vary;>414 </artwork><!--Part7--></figure>415 <figure><artwork type="abnf2616">416 <x:ref>Authorization</x:ref> = <Authorization, defined in &header-authorization;>417 <x:ref>Proxy-Authenticate</x:ref> =418 <Proxy-Authenticate, defined in &header-proxy-authenticate;>419 <x:ref>Proxy-Authorization</x:ref> =420 <Proxy-Authorization, defined in &header-proxy-authorization;>421 <x:ref>WWW-Authenticate</x:ref> =422 <WWW-Authenticate, defined in &header-www-authenticate;>423 365 </artwork></figure> 424 366 </section> … … 3606 3548 <figure> 3607 3549 <artwork type="abnf" name="p2-semantics.parsed-abnf"> 3608 <x:ref>Accept</x:ref> = <Accept, defined in [Part3], Section 6.1>3609 <x:ref>Accept-Charset</x:ref> = <Accept-Charset, defined in [Part3], Section 6.2>3610 <x:ref>Accept-Encoding</x:ref> = <Accept-Encoding, defined in [Part3], Section 6.3>3611 <x:ref>Accept-Language</x:ref> = <Accept-Language, defined in [Part3], Section 6.4>3612 <x:ref>Accept-Ranges</x:ref> = <Accept-Ranges, defined in [Part5], Section 5.1>3613 <x:ref>Age</x:ref> = <Age, defined in [Part6], Section 3.1>3614 3550 <x:ref>Allow</x:ref> = "Allow:" OWS Allow-v 3615 3551 <x:ref>Allow-v</x:ref> = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 3616 <x:ref>Authorization</x:ref> = <Authorization, defined in [Part7], Section 4.1> 3617 3618 <x:ref>ETag</x:ref> = <ETag, defined in [Part4], Section 6.1> 3552 3619 3553 <x:ref>Expect</x:ref> = "Expect:" OWS Expect-v 3620 3554 <x:ref>Expect-v</x:ref> = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) … … 3624 3558 3625 3559 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part1], Section 6.1> 3626 <x:ref>Host</x:ref> = <Host, defined in [Part1], Section 2.6>3627 3628 <x:ref>If-Match</x:ref> = <If-Match, defined in [Part4], Section 6.2>3629 If-Modified-Since =3630 <If-Modified-Since, defined in [Part4], Section 6.3>3631 <x:ref>If-None-Match</x:ref> = <If-None-Match, defined in [Part4], Section 6.4>3632 <x:ref>If-Range</x:ref> = <If-Range, defined in [Part5], Section 5.3>3633 If-Unmodified-Since =3634 <If-Unmodified-Since, defined in [Part4], Section 6.5>3635 3560 3636 3561 <x:ref>Location</x:ref> = "Location:" OWS Location-v … … 3643 3568 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2> 3644 3569 3645 Proxy-Authenticate =3646 <Proxy-Authenticate, defined in [Part7], Section 4.2>3647 Proxy-Authorization =3648 <Proxy-Authorization, defined in [Part7], Section 4.3>3649 3650 3570 <x:ref>RWS</x:ref> = <RWS, defined in [Part1], Section 1.2.2> 3651 <x:ref>Range</x:ref> = <Range, defined in [Part5], Section 5.4>3652 3571 <x:ref>Reason-Phrase</x:ref> = *( WSP / VCHAR / obs-text ) 3653 3572 <x:ref>Referer</x:ref> = "Referer:" OWS Referer-v … … 3660 3579 <x:ref>Status-Code</x:ref> = 3DIGIT 3661 3580 3662 <x:ref>TE</x:ref> = <TE, defined in [Part1], Section 9.5>3663 3664 3581 <x:ref>URI-reference</x:ref> = <URI-reference, defined in [Part1], Section 2.6> 3665 3582 <x:ref>User-Agent</x:ref> = "User-Agent:" OWS User-Agent-v 3666 3583 <x:ref>User-Agent-v</x:ref> = product *( RWS ( product / comment ) ) 3667 3668 <x:ref>Vary</x:ref> = <Vary, defined in [Part6], Section 3.5>3669 3670 WWW-Authenticate =3671 <WWW-Authenticate, defined in [Part7], Section 4.4>3672 3584 3673 3585 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in [Part1], Section 2.6> … … 3695 3607 </figure> 3696 3608 <figure><preamble>ABNF diagnostics:</preamble><artwork type="inline"> 3697 ; Accept defined but not used3698 ; Accept-Charset defined but not used3699 ; Accept-Encoding defined but not used3700 ; Accept-Language defined but not used3701 ; Accept-Ranges defined but not used3702 ; Age defined but not used3703 3609 ; Allow defined but not used 3704 ; Authorization defined but not used3705 ; ETag defined but not used3706 3610 ; Expect defined but not used 3707 3611 ; From defined but not used 3708 ; Host defined but not used3709 ; If-Match defined but not used3710 ; If-Modified-Since defined but not used3711 ; If-None-Match defined but not used3712 ; If-Range defined but not used3713 ; If-Unmodified-Since defined but not used3714 3612 ; Location defined but not used 3715 3613 ; Max-Forwards defined but not used 3716 ; Proxy-Authenticate defined but not used3717 ; Proxy-Authorization defined but not used3718 ; Range defined but not used3719 3614 ; Reason-Phrase defined but not used 3720 3615 ; Referer defined but not used … … 3722 3617 ; Server defined but not used 3723 3618 ; Status-Code defined but not used 3724 ; TE defined but not used3725 3619 ; User-Agent defined but not used 3726 ; Vary defined but not used3727 ; WWW-Authenticate defined but not used3728 3620 </artwork></figure></section> 3729 3621 <?ENDINC p2-semantics.abnf-appendix ?>
Note: See TracChangeset
for help on using the changeset viewer.