Changeset 574 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 03/05/09 16:44:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.