Changeset 366 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 13/11/08 18:53:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r357 r366 1809 1809 </t> 1810 1810 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Allow"/><iref primary="true" item="Grammar" subitem="Allow-v"/> 1811 <x:ref>Allow</x:ref> = "Allow" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Allow-v</x:ref>1811 <x:ref>Allow</x:ref> = "Allow" ":" <x:ref>OWS</x:ref> <x:ref>Allow-v</x:ref> 1812 1812 <x:ref>Allow-v</x:ref> = #<x:ref>Method</x:ref> 1813 1813 </artwork></figure> … … 1842 1842 </t> 1843 1843 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Expect"/><iref primary="true" item="Grammar" subitem="Expect-v"/><iref primary="true" item="Grammar" subitem="expectation"/><iref primary="true" item="Grammar" subitem="expectation-extension"/><iref primary="true" item="Grammar" subitem="expect-params"/> 1844 <x:ref>Expect</x:ref> = "Expect" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Expect-v</x:ref>1844 <x:ref>Expect</x:ref> = "Expect" ":" <x:ref>OWS</x:ref> <x:ref>Expect-v</x:ref> 1845 1845 <x:ref>Expect-v</x:ref> = 1#<x:ref>expectation</x:ref> 1846 1846 … … 1898 1898 </t> 1899 1899 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="From"/><iref primary="true" item="Grammar" subitem="From-v"/> 1900 <x:ref>From</x:ref> = "From" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>From-v</x:ref>1900 <x:ref>From</x:ref> = "From" ":" <x:ref>OWS</x:ref> <x:ref>From-v</x:ref> 1901 1901 <x:ref>From-v</x:ref> = <x:ref>mailbox</x:ref> 1902 1902 … … 1949 1949 </t> 1950 1950 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Location"/><iref primary="true" item="Grammar" subitem="Location-v"/> 1951 <x:ref>Location</x:ref> = "Location" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Location-v</x:ref>1951 <x:ref>Location</x:ref> = "Location" ":" <x:ref>OWS</x:ref> <x:ref>Location-v</x:ref> 1952 1952 <x:ref>Location-v</x:ref> = <x:ref>absoluteURI</x:ref> [ "#" <x:ref>fragment</x:ref> ] 1953 1953 </artwork></figure> … … 1991 1991 </t> 1992 1992 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Max-Forwards"/><iref primary="true" item="Grammar" subitem="Max-Forwards-v"/> 1993 <x:ref>Max-Forwards</x:ref> = "Max-Forwards" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Max-Forwards-v</x:ref>1993 <x:ref>Max-Forwards</x:ref> = "Max-Forwards" ":" <x:ref>OWS</x:ref> <x:ref>Max-Forwards-v</x:ref> 1994 1994 <x:ref>Max-Forwards-v</x:ref> = 1*<x:ref>DIGIT</x:ref> 1995 1995 </artwork></figure> … … 2031 2031 </t> 2032 2032 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Referer"/><iref primary="true" item="Grammar" subitem="Referer-v"/> 2033 <x:ref>Referer</x:ref> = "Referer" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Referer-v</x:ref>2033 <x:ref>Referer</x:ref> = "Referer" ":" <x:ref>OWS</x:ref> <x:ref>Referer-v</x:ref> 2034 2034 <x:ref>Referer-v</x:ref> = <x:ref>absoluteURI</x:ref> / <x:ref>relativeURI</x:ref> 2035 2035 </artwork></figure> … … 2062 2062 </t> 2063 2063 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Retry-After"/><iref primary="true" item="Grammar" subitem="Retry-After-v"/> 2064 <x:ref>Retry-After</x:ref> = "Retry-After" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Retry-After-v</x:ref>2064 <x:ref>Retry-After</x:ref> = "Retry-After" ":" <x:ref>OWS</x:ref> <x:ref>Retry-After-v</x:ref> 2065 2065 <x:ref>Retry-After-v</x:ref> = <x:ref>HTTP-date</x:ref> / <x:ref>delta-seconds</x:ref> 2066 2066 </artwork></figure> … … 2099 2099 </t> 2100 2100 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Server"/><iref primary="true" item="Grammar" subitem="Server-v"/> 2101 <x:ref>Server</x:ref> = "Server" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Server-v</x:ref>2101 <x:ref>Server</x:ref> = "Server" ":" <x:ref>OWS</x:ref> <x:ref>Server-v</x:ref> 2102 2102 <x:ref>Server-v</x:ref> = 1*( <x:ref>product</x:ref> / <x:ref>comment</x:ref> ) 2103 2103 </artwork></figure> … … 2140 2140 </t> 2141 2141 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="User-Agent"/><iref primary="true" item="Grammar" subitem="User-Agent-v"/> 2142 <x:ref>User-Agent</x:ref> = "User-Agent" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>User-Agent-v</x:ref>2142 <x:ref>User-Agent</x:ref> = "User-Agent" ":" <x:ref>OWS</x:ref> <x:ref>User-Agent-v</x:ref> 2143 2143 <x:ref>User-Agent-v</x:ref> = 1*( <x:ref>product</x:ref> / <x:ref>comment</x:ref> ) 2144 2144 </artwork></figure>
Note: See TracChangeset
for help on using the changeset viewer.