Changeset 1410 for draft-ietf-httpbis
- Timestamp:
- 24/08/11 14:37:41 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1408 r1410 3200 3200 <a href="#header.fields" class="smpl">field-value</a> = *( field-content / OWS ) 3201 3201 3202 <a href="#header.fields" class="smpl">header-field</a> = field-name ":" OWS [ field-value ]OWS3202 <a href="#header.fields" class="smpl">header-field</a> = field-name ":" OWS field-value OWS 3203 3203 <a href="#preferred.date.format" class="smpl">hour</a> = 2DIGIT 3204 3204 <a href="#http.uri" class="smpl">http-URI</a> = "http://" authority path-abempty [ "?" query ] -
draft-ietf-httpbis/latest/p1-messaging.xml
r1408 r1410 5176 5176 <x:ref>field-value</x:ref> = *( field-content / OWS ) 5177 5177 5178 <x:ref>header-field</x:ref> = field-name ":" OWS [ field-value ]OWS5178 <x:ref>header-field</x:ref> = field-name ":" OWS field-value OWS 5179 5179 <x:ref>hour</x:ref> = 2DIGIT 5180 5180 <x:ref>http-URI</x:ref> = "http://" authority path-abempty [ "?" query ] -
draft-ietf-httpbis/latest/p3-payload.html
r1408 r1410 1780 1780 1781 1781 <a href="#rule.charset" class="smpl">charset</a> = token 1782 <a href="#header.accept-encoding" class="smpl">codings</a> = ( content-coding / "*" )1782 <a href="#header.accept-encoding" class="smpl">codings</a> = content-coding / "identity" / "*" 1783 1783 <a href="#content.codings" class="smpl">content-coding</a> = token 1784 1784 -
draft-ietf-httpbis/latest/p3-payload.xml
r1406 r1410 2569 2569 2570 2570 <x:ref>charset</x:ref> = token 2571 <x:ref>codings</x:ref> = ( content-coding / "*" )2571 <x:ref>codings</x:ref> = content-coding / "identity" / "*" 2572 2572 <x:ref>content-coding</x:ref> = token 2573 2573
Note: See TracChangeset
for help on using the changeset viewer.