Changeset 706 for draft-ietf-httpbis/latest/p1-messaging.html
- Timestamp:
- 07/10/09 14:48:12 (13 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.