Changeset 1425 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 01/09/11 01:23:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1421 r1425 320 320 <x:anchor-alias value="DIGIT"/> 321 321 <x:anchor-alias value="LF"/> 322 <x:anchor-alias value="HTAB"/> 322 323 <x:anchor-alias value="VCHAR"/> 323 <x:anchor-alias value=" WSP"/>324 <x:anchor-alias value="SP"/> 324 325 <t> 325 326 This specification uses the ABNF syntax defined in ¬ation; (which … … 333 334 ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), 334 335 DIGIT (decimal 0-9), DQUOTE (double quote), 335 HEXDIG (hexadecimal 0-9/A-F/a-f), LF (line feed), 336 OCTET (any 8-bit sequence of data), SP (space), 337 VCHAR (any visible USASCII character), 338 and WSP (whitespace). 336 HEXDIG (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed), 337 OCTET (any 8-bit sequence of data), SP (space), and 338 VCHAR (any visible US-ASCII character). 339 339 </t> 340 340 … … 620 620 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Status-Code"/><iref primary="true" item="Grammar" subitem="extension-code"/><iref primary="true" item="Grammar" subitem="Reason-Phrase"/> 621 621 <x:ref>Status-Code</x:ref> = 3<x:ref>DIGIT</x:ref> 622 <x:ref>Reason-Phrase</x:ref> = *( <x:ref> WSP</x:ref> / <x:ref>VCHAR</x:ref> / <x:ref>obs-text</x:ref> )622 <x:ref>Reason-Phrase</x:ref> = *( <x:ref>HTAB</x:ref> / <x:ref>SP</x:ref> / <x:ref>VCHAR</x:ref> / <x:ref>obs-text</x:ref> ) 623 623 </artwork></figure> 624 624 <t> … … 2366 2366 </artwork></figure> 2367 2367 <figure> 2368 <preamble>Examples are:</preamble><!--DO NOT DARE changing the vertical WSPbelow, it's necessary this way for xml2rfc-->2368 <preamble>Examples are:</preamble><!--DO NOT DARE changing the vertical spacing below, it's necessary this way for xml2rfc--> 2369 2369 <artwork type="example"> 2370 2370 Location: http://www.example.org/pub/WWW/People.html#tim … … 3692 3692 3693 3693 <x:ref>RWS</x:ref> = <RWS, defined in [Part1], Section 1.2.2> 3694 <x:ref>Reason-Phrase</x:ref> = *( WSP / VCHAR / obs-text )3694 <x:ref>Reason-Phrase</x:ref> = *( HTAB / SP / VCHAR / obs-text ) 3695 3695 <x:ref>Referer</x:ref> = absolute-URI / partial-URI 3696 3696 <x:ref>Retry-After</x:ref> = HTTP-date / delta-seconds
Note: See TracChangeset
for help on using the changeset viewer.