Changeset 706
- Timestamp:
- 07/10/09 14:48:12 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r705 r706 2889 2889 <a href="#chunked.encoding" class="smpl">chunk-ext-val</a> = token / quoted-string 2890 2890 <a href="#chunked.encoding" class="smpl">chunk-size</a> = 1*HEXDIG 2891 <a href="#rule.comment" class="smpl">comment</a> = "(" *( ctext / quoted- pair / comment ) ")"2891 <a href="#rule.comment" class="smpl">comment</a> = "(" *( ctext / quoted-cpair / comment ) ")" 2892 2892 <a href="#header.connection" class="smpl">connection-token</a> = token 2893 2893 <a href="#rule.comment" class="smpl">ctext</a> = OWS / %x21-27 ; '!'-''' … … 2966 2966 / obs-text 2967 2967 <a href="#uri" class="smpl">query</a> = <query, defined in [RFC3986], Section 3.4> 2968 <a href="#rule.quoted-cpair" class="smpl">quoted-cpair</a> = "\" ( WSP / VCHAR / obs-text ) 2968 2969 <a href="#rule.quoted-pair" class="smpl">quoted-pair</a> = "\" ( WSP / VCHAR / obs-text ) 2969 2970 <a href="#rule.quoted-string" class="smpl">quoted-string</a> = DQUOTE *( qdtext / quoted-pair ) DQUOTE -
draft-ietf-httpbis/latest/p1-messaging.xml
r705 r706 4735 4735 <x:ref>chunk-ext-val</x:ref> = token / quoted-string 4736 4736 <x:ref>chunk-size</x:ref> = 1*HEXDIG 4737 <x:ref>comment</x:ref> = "(" *( ctext / quoted- pair / comment ) ")"4737 <x:ref>comment</x:ref> = "(" *( ctext / quoted-cpair / comment ) ")" 4738 4738 <x:ref>connection-token</x:ref> = token 4739 4739 <x:ref>ctext</x:ref> = OWS / %x21-27 ; '!'-''' … … 4812 4812 / obs-text 4813 4813 <x:ref>query</x:ref> = <query, defined in [RFC3986], Section 3.4> 4814 <x:ref>quoted-cpair</x:ref> = "\" ( WSP / VCHAR / obs-text ) 4814 4815 <x:ref>quoted-pair</x:ref> = "\" ( WSP / VCHAR / obs-text ) 4815 4816 <x:ref>quoted-string</x:ref> = DQUOTE *( qdtext / quoted-pair ) DQUOTE
Note: See TracChangeset
for help on using the changeset viewer.