Changeset 374 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 13/11/08 22:27:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r371 r374 24 24 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 25 25 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 26 <!ENTITY general-syntax "<xref target='Part1' x:rel='#general.syntax' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">27 26 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 28 27 <!ENTITY full-date "<xref target='Part1' x:rel='#full.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 313 312 </artwork></figure> 314 313 <t anchor="abnf.dependencies"> 315 <x:anchor-alias value="absolute URI"/>314 <x:anchor-alias value="absolute-URI"/> 316 315 <x:anchor-alias value="Accept"/> 317 316 <x:anchor-alias value="Accept-Charset"/> … … 341 340 </t> 342 341 <figure><!--Part1--><artwork type="abnf2616"> 343 <x:ref>absolute URI</x:ref> = <absoluteURI, defined in &general-syntax;>344 <x:ref>fragment</x:ref> = <fragment, defined in & general-syntax;>345 <x:ref>Host</x:ref> = <Host, defined in & header-host;>342 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 343 <x:ref>fragment</x:ref> = <fragment, defined in &uri;> 344 <x:ref>Host</x:ref> = <Host, defined in &uri;> 346 345 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &full-date;> 347 346 <x:ref>product</x:ref> = <product, defined in &product-tokens;> 348 <x:ref>relativeURI</x:ref> = <relativeURI, defined in & general-syntax;>347 <x:ref>relativeURI</x:ref> = <relativeURI, defined in &uri;> 349 348 <x:ref>TE</x:ref> = <TE, defined in &header-te;> 350 349 </artwork></figure> … … 748 747 The Max-Forwards request-header field &MAY; be used to target a 749 748 specific proxy in the request chain. When a proxy receives an OPTIONS 750 request on an absolute URI for which request forwarding is permitted,749 request on an absolute-URI for which request forwarding is permitted, 751 750 the proxy &MUST; check for a Max-Forwards field. If the Max-Forwards 752 751 field-value is zero ("0"), the proxy &MUST-NOT; forward the message; … … 1948 1947 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Location"/><iref primary="true" item="Grammar" subitem="Location-v"/> 1949 1948 <x:ref>Location</x:ref> = "Location" ":" <x:ref>OWS</x:ref> <x:ref>Location-v</x:ref> 1950 <x:ref>Location-v</x:ref> = <x:ref>absolute URI</x:ref> [ "#" <x:ref>fragment</x:ref> ]1949 <x:ref>Location-v</x:ref> = <x:ref>absolute-URI</x:ref> [ "#" <x:ref>fragment</x:ref> ] 1951 1950 </artwork></figure> 1952 1951 <t> … … 2030 2029 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Referer"/><iref primary="true" item="Grammar" subitem="Referer-v"/> 2031 2030 <x:ref>Referer</x:ref> = "Referer" ":" <x:ref>OWS</x:ref> <x:ref>Referer-v</x:ref> 2032 <x:ref>Referer-v</x:ref> = <x:ref>absolute URI</x:ref> / <x:ref>relativeURI</x:ref>2031 <x:ref>Referer-v</x:ref> = <x:ref>absolute-URI</x:ref> / <x:ref>relativeURI</x:ref> 2033 2032 </artwork></figure> 2034 2033 <t>
Note: See TracChangeset
for help on using the changeset viewer.