Changeset 574
- Timestamp:
- May 3, 2009, 9:44:10 AM (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r573 r574 471 471 <tr> 472 472 <td class="header left"></td> 473 <td class="header right">May 1, 2009</td>473 <td class="header right">May 3, 2009</td> 474 474 </tr> 475 475 </table> … … 782 782 </div> 783 783 <div id="rfc.figure.u.7"></div><pre class="inline"><span id="rfc.iref.g.18"></span><span id="rfc.iref.g.19"></span><span id="rfc.iref.g.20"></span> <a href="#rule.quoted-string" class="smpl">quoted-string</a> = <a href="#core.rules" class="smpl">DQUOTE</a> *( <a href="#rule.quoted-string" class="smpl">qdtext</a> / <a href="#rule.quoted-pair" class="smpl">quoted-pair</a> ) <a href="#core.rules" class="smpl">DQUOTE</a> 784 <a href="#rule.quoted-string" class="smpl">qdtext</a> = *( <a href="#rule.whitespace" class="smpl">OWS</a> / %x21 / %x23-5B / %x5D-7E / <a href="#rule.quoted-string" class="smpl">obs-text</a> ) 784 <a href="#rule.quoted-string" class="smpl">qdtext</a> = <a href="#rule.whitespace" class="smpl">OWS</a> / %x21 / %x23-5B / %x5D-7E / <a href="#rule.quoted-string" class="smpl">obs-text</a> 785 ; <a href="#rule.whitespace" class="smpl">OWS</a> / <<a href="#core.rules" class="smpl">VCHAR</a> except <a href="#core.rules" class="smpl">DQUOTE</a> and "\"> / <a href="#rule.quoted-string" class="smpl">obs-text</a> 785 786 <a href="#rule.quoted-string" class="smpl">obs-text</a> = %x80-FF 786 787 </pre><div id="rule.quoted-pair"> … … 1207 1208 </div> 1208 1209 <div id="rfc.figure.u.31"></div><pre class="inline"><span id="rfc.iref.g.69"></span><span id="rfc.iref.g.70"></span> <a href="#rule.comment" class="smpl">comment</a> = "(" *( <a href="#rule.comment" class="smpl">ctext</a> / <a href="#rule.quoted-pair" class="smpl">quoted-pair</a> / <a href="#rule.comment" class="smpl">comment</a> ) ")" 1209 <a href="#rule.comment" class="smpl">ctext</a> = *( <a href="#rule.whitespace" class="smpl">OWS</a> / %x21-27 / %x2A-7E / <a href="#rule.quoted-string" class="smpl">obs-text</a> ) 1210 <a href="#rule.comment" class="smpl">ctext</a> = <a href="#rule.whitespace" class="smpl">OWS</a> / %x21-27 / %x2A-5B / %x5D-7E / <a href="#rule.quoted-string" class="smpl">obs-text</a> 1211 ; <a href="#rule.whitespace" class="smpl">OWS</a> / <<a href="#core.rules" class="smpl">VCHAR</a> except "(", ")", and "\"> / <a href="#rule.quoted-string" class="smpl">obs-text</a> 1210 1212 </pre><p id="rfc.section.4.2.p.9">The order in which header fields with differing field names are received is not significant. However, it is "good practice" 1211 1213 to send general-header fields first, followed by request-header or response-header fields, and ending with the entity-header … … 2700 2702 <a href="#rule.comment" class="smpl">comment</a> = "(" *( ctext / quoted-pair / comment ) ")" 2701 2703 <a href="#header.connection" class="smpl">connection-token</a> = token 2702 <a href="#rule.comment" class="smpl">ctext</a> = *( OWS / %x21-27 / %x2A-7E / obs-text )2704 <a href="#rule.comment" class="smpl">ctext</a> = OWS / %x21-27 / %x2A-5B / %x5D-7E / obs-text 2703 2705 2704 2706 <a href="#full.date" class="smpl">date1</a> = 2DIGIT SP month SP 4DIGIT … … 2751 2753 <a href="#header.via" class="smpl">pseudonym</a> = token 2752 2754 2753 <a href="#rule.quoted-string" class="smpl">qdtext</a> = *( OWS / "!" / %x23-5B / %x5D-7E / obs-text )2755 <a href="#rule.quoted-string" class="smpl">qdtext</a> = OWS / "!" / %x23-5B / %x5D-7E / obs-text 2754 2756 <a href="#uri" class="smpl">query</a> = <query, defined in [RFC3986], Section 3.4> 2755 2757 <a href="#rule.quoted-pair" class="smpl">quoted-pair</a> = "\" quoted-text … … 2997 2999 </ul> 2998 3000 <h2 id="rfc.section.E.8"><a href="#rfc.section.E.8">E.8</a> <a id="changes.since.06" href="#changes.since.06">Since draft-ietf-httpbis-p1-messaging-06</a></h2> 3001 <p id="rfc.section.E.8.p.1">Closed issues: </p> 3002 <ul> 3003 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/162">http://tools.ietf.org/wg/httpbis/trac/ticket/162</a>>: "comment ABNF" 3004 </li> 3005 </ul> 2999 3006 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 3000 3007 <p class="noprint"><a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.D">D</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.K">K</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.N">N</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.T">T</a> <a href="#rfc.index.U">U</a> <a href="#rfc.index.V">V</a> -
draft-ietf-httpbis/latest/p1-messaging.xml
r573 r574 454 454 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-string"/><iref primary="true" item="Grammar" subitem="qdtext"/><iref primary="true" item="Grammar" subitem="obs-text"/> 455 455 <x:ref>quoted-string</x:ref> = <x:ref>DQUOTE</x:ref> *( <x:ref>qdtext</x:ref> / <x:ref>quoted-pair</x:ref> ) <x:ref>DQUOTE</x:ref> 456 <x:ref>qdtext</x:ref> = *( <x:ref>OWS</x:ref> / %x21 / %x23-5B / %x5D-7E / <x:ref>obs-text</x:ref> ) 456 <x:ref>qdtext</x:ref> = <x:ref>OWS</x:ref> / %x21 / %x23-5B / %x5D-7E / <x:ref>obs-text</x:ref> 457 ; <x:ref>OWS</x:ref> / <<x:ref>VCHAR</x:ref> except <x:ref>DQUOTE</x:ref> and "\"> / <x:ref>obs-text</x:ref> 457 458 <x:ref>obs-text</x:ref> = %x80-FF 458 459 </artwork></figure> … … 1290 1291 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="comment"/><iref primary="true" item="Grammar" subitem="ctext"/> 1291 1292 <x:ref>comment</x:ref> = "(" *( <x:ref>ctext</x:ref> / <x:ref>quoted-pair</x:ref> / <x:ref>comment</x:ref> ) ")" 1292 <x:ref>ctext</x:ref> = *( <x:ref>OWS</x:ref> / %x21-27 / %x2A-7E / <x:ref>obs-text</x:ref> ) 1293 <x:ref>ctext</x:ref> = <x:ref>OWS</x:ref> / %x21-27 / %x2A-5B / %x5D-7E / <x:ref>obs-text</x:ref> 1294 ; <x:ref>OWS</x:ref> / <<x:ref>VCHAR</x:ref> except "(", ")", and "\"> / <x:ref>obs-text</x:ref> 1293 1295 </artwork></figure> 1294 1296 <t> … … 4419 4421 <x:ref>comment</x:ref> = "(" *( ctext / quoted-pair / comment ) ")" 4420 4422 <x:ref>connection-token</x:ref> = token 4421 <x:ref>ctext</x:ref> = *( OWS / %x21-27 / %x2A-7E / obs-text )4423 <x:ref>ctext</x:ref> = OWS / %x21-27 / %x2A-5B / %x5D-7E / obs-text 4422 4424 4423 4425 <x:ref>date1</x:ref> = 2DIGIT SP month SP 4DIGIT … … 4470 4472 <x:ref>pseudonym</x:ref> = token 4471 4473 4472 <x:ref>qdtext</x:ref> = *( OWS / "!" / %x23-5B / %x5D-7E / obs-text )4474 <x:ref>qdtext</x:ref> = OWS / "!" / %x23-5B / %x5D-7E / obs-text 4473 4475 <x:ref>query</x:ref> = <query, defined in [RFC3986], Section 3.4> 4474 4476 <x:ref>quoted-pair</x:ref> = "\" quoted-text … … 4543 4545 </artwork></figure></section> 4544 4546 4547 4545 4548 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> 4546 4549 … … 4904 4907 <section title="Since draft-ietf-httpbis-p1-messaging-06" anchor="changes.since.06"> 4905 4908 <t> 4909 Closed issues: 4910 <list style="symbols"> 4911 <t> 4912 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/162"/>: 4913 "comment ABNF" 4914 </t> 4915 </list> 4906 4916 </t> 4907 4917 </section>
Note: See TracChangeset
for help on using the changeset viewer.