Changeset 1062 for draft-ietf-httpbis/latest
- Timestamp:
- 27/10/10 07:24:53 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1061 r1062 731 731 <p id="rfc.section.1.2.2.p.1">The ABNF rules below are defined in other parts:</p> 732 732 <div id="rfc.figure.u.2"></div><pre class="inline"> <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in <a href="#Part1" id="rfc.xref.Part1.9"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.6</a>> 733 authority= <authority, defined in <a href="#Part1" id="rfc.xref.Part1.10"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.6</a>>733 <a href="#abnf.dependencies" class="smpl">authority</a> = <authority, defined in <a href="#Part1" id="rfc.xref.Part1.10"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.6</a>> 734 734 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in <a href="#Part1" id="rfc.xref.Part1.11"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#header.fields" title="Header Fields">Section 3.2</a>> 735 735 <a href="#abnf.dependencies" class="smpl">Host</a> = <Host, defined in <a href="#Part1" id="rfc.xref.Part1.12"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.6</a>> … … 2436 2436 2437 2437 <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in [Part1], Section 2.6> 2438 authority = <authority, defined in [Part1], Section 2.6> 2438 2439 2439 2440 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in [Part1], Section 3.2> … … 2469 2470 <p>ABNF diagnostics:</p><pre class="inline">; Reason-Phrase defined but not used 2470 2471 ; Status-Code defined but not used 2472 ; authority defined but not used 2471 2473 ; request-header defined but not used 2472 2474 ; response-header defined but not used -
draft-ietf-httpbis/latest/p2-semantics.xml
r1061 r1062 347 347 <section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies"> 348 348 <x:anchor-alias value="absolute-URI"/> 349 <x:anchor-alias value="authority"/> 349 350 <x:anchor-alias value="Accept"/> 350 351 <x:anchor-alias value="Accept-Charset"/> … … 3557 3558 3558 3559 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in [Part1], Section 2.6> 3560 authority = <authority, defined in [Part1], Section 2.6> 3559 3561 3560 3562 <x:ref>comment</x:ref> = <comment, defined in [Part1], Section 3.2> … … 3592 3594 ; Reason-Phrase defined but not used 3593 3595 ; Status-Code defined but not used 3596 ; authority defined but not used 3594 3597 ; request-header defined but not used 3595 3598 ; response-header defined but not used
Note: See TracChangeset
for help on using the changeset viewer.