Changeset 1966 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 03/11/12 13:17:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1965 r1966 1374 1374 <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"/> 1375 1375 <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> 1376 <x:ref>qdtext</x:ref> = <x:ref> OWS</x:ref> /%x21 / %x23-5B / %x5D-7E / <x:ref>obs-text</x:ref>1376 <x:ref>qdtext</x:ref> = <x:ref>HTAB</x:ref> / <x:ref>SP</x:ref> /%x21 / %x23-5B / %x5D-7E / <x:ref>obs-text</x:ref> 1377 1377 <x:ref>obs-text</x:ref> = %x80-FF 1378 1378 </artwork></figure> … … 1402 1402 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="comment"/><iref primary="true" item="Grammar" subitem="ctext"/> 1403 1403 <x:ref>comment</x:ref> = "(" *( <x:ref>ctext</x:ref> / <x:ref>quoted-cpair</x:ref> / <x:ref>comment</x:ref> ) ")" 1404 <x:ref>ctext</x:ref> = <x:ref> OWS</x:ref> / %x21-27 / %x2A-5B / %x5D-7E / <x:ref>obs-text</x:ref>1404 <x:ref>ctext</x:ref> = <x:ref>HTAB</x:ref> / <x:ref>SP</x:ref> / %x21-27 / %x2A-5B / %x5D-7E / <x:ref>obs-text</x:ref> 1405 1405 </artwork></figure> 1406 1406 <t anchor="rule.quoted-cpair"> … … 4931 4931 <x:ref>comment</x:ref> = "(" *( ctext / quoted-cpair / comment ) ")" 4932 4932 <x:ref>connection-option</x:ref> = token 4933 <x:ref>ctext</x:ref> = OWS/ %x21-27 ; '!'-'''4933 <x:ref>ctext</x:ref> = HTAB / SP / %x21-27 ; '!'-''' 4934 4934 / %x2A-5B ; '*'-'[' 4935 4935 / %x5D-7E ; ']'-'~' … … 4962 4962 <x:ref>pseudonym</x:ref> = token 4963 4963 4964 <x:ref>qdtext</x:ref> = OWS/ "!" / %x23-5B ; '#'-'['4964 <x:ref>qdtext</x:ref> = HTAB / SP / "!" / %x23-5B ; '#'-'[' 4965 4965 / %x5D-7E ; ']'-'~' 4966 4966 / obs-text
Note: See TracChangeset
for help on using the changeset viewer.