Changeset 1478 for draft-ietf-httpbis/latest/httpbis.abnf
- Timestamp:
- 25/11/11 15:53:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r1470 r1478 196 196 qvalue = ( "0" [ "." *3DIGIT ] ) / ( "1" [ "." *3"0" ] ) 197 197 range-unit = bytes-unit / other-range-unit 198 realm = "realm" BWS "=" BWS realm-value199 realm-value = quoted-string200 198 received-by = ( uri-host [ ":" port ] ) / pseudonym 201 199 received-protocol = [ protocol-name "/" ] protocol-version … … 283 281 ; http-URI defined but not used 284 282 ; https-URI defined but not used 285 ; realm defined but not used286 283 ; special defined but not used
Note: See TracChangeset
for help on using the changeset viewer.