Changeset 427 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 22/11/08 18:21:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r426 r427 2247 2247 </p> 2248 2248 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1> 2249 <div id="rfc.figure.u.29"></div> <pre class="inline">Accept = <Accept, defined in [Part3], Section 5.1> 2250 Accept-Charset = <Accept-Charset, defined in [Part3], Section 5.2> 2251 Accept-Encoding = <Accept-Encoding, defined in [Part3], Section 5.3> 2252 Accept-Language = <Accept-Language, defined in [Part3], Section 5.4> 2253 Accept-Ranges = <Accept-Ranges, defined in [Part5], Section 5.1> 2254 Age = <Age, defined in [Part6], Section 15.1> 2255 Allow = "Allow:" OWS Allow-v 2256 Allow-v = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 2257 Authorization = <Authorization, defined in [Part7], Section 3.1> 2258 ETag = <ETag, defined in [Part4], Section 6.1> 2259 Expect = "Expect:" OWS Expect-v 2260 Expect-v = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) 2261 From = "From:" OWS From-v 2262 From-v = mailbox 2263 HTTP-date = <HTTP-date, defined in [Part1], Section 3.2.1> 2264 Host = <Host, defined in [Part1], Section 2.1> 2265 If-Match = <If-Match, defined in [Part4], Section 6.2> 2266 If-Modified-Since = <If-Modified-Since, defined in [Part4], Section 2249 <div id="rfc.figure.u.29"></div> <pre class="inline"><a href="#abnf.dependencies" class="smpl">Accept</a> = <Accept, defined in [Part3], Section 5.1> 2250 <a href="#abnf.dependencies" class="smpl">Accept-Charset</a> = <Accept-Charset, defined in [Part3], Section 5.2> 2251 <a href="#abnf.dependencies" class="smpl">Accept-Encoding</a> = <Accept-Encoding, defined in [Part3], Section 5.3> 2252 <a href="#abnf.dependencies" class="smpl">Accept-Language</a> = <Accept-Language, defined in [Part3], Section 5.4> 2253 <a href="#abnf.dependencies" class="smpl">Accept-Ranges</a> = <Accept-Ranges, defined in [Part5], Section 5.1> 2254 <a href="#abnf.dependencies" class="smpl">Age</a> = <Age, defined in [Part6], Section 15.1> 2255 <a href="#header.allow" class="smpl">Allow</a> = "Allow:" OWS Allow-v 2256 <a href="#header.allow" class="smpl">Allow-v</a> = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 2257 <a href="#abnf.dependencies" class="smpl">Authorization</a> = <Authorization, defined in [Part7], Section 3.1> 2258 2259 <a href="#abnf.dependencies" class="smpl">ETag</a> = <ETag, defined in [Part4], Section 6.1> 2260 <a href="#header.expect" class="smpl">Expect</a> = "Expect:" OWS Expect-v 2261 <a href="#header.expect" class="smpl">Expect-v</a> = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) 2262 2263 <a href="#header.from" class="smpl">From</a> = "From:" OWS From-v 2264 <a href="#header.from" class="smpl">From-v</a> = mailbox 2265 2266 <a href="#abnf.dependencies" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part1], Section 3.2.1> 2267 <a href="#abnf.dependencies" class="smpl">Host</a> = <Host, defined in [Part1], Section 2.1> 2268 2269 <a href="#abnf.dependencies" class="smpl">If-Match</a> = <If-Match, defined in [Part4], Section 6.2> 2270 <a href="#abnf.dependencies" class="smpl">If-Modified-Since</a> = <If-Modified-Since, defined in [Part4], Section 2267 2271 6.3> 2268 If-None-Match= <If-None-Match, defined in [Part4], Section 6.4>2269 If-Range= <If-Range, defined in [Part5], Section 5.3>2270 If-Unmodified-Since= <If-Unmodified-Since, defined in [Part4],2272 <a href="#abnf.dependencies" class="smpl">If-None-Match</a> = <If-None-Match, defined in [Part4], Section 6.4> 2273 <a href="#abnf.dependencies" class="smpl">If-Range</a> = <If-Range, defined in [Part5], Section 5.3> 2274 <a href="#abnf.dependencies" class="smpl">If-Unmodified-Since</a> = <If-Unmodified-Since, defined in [Part4], 2271 2275 Section 6.5> 2272 Location = "Location:" OWS Location-v 2273 Location-v = absolute-URI [ "#" fragment ] 2274 Max-Forwards = "Max-Forwards:" OWS Max-Forwards-v 2275 Max-Forwards-v = 1*DIGIT 2276 Method = %x4F.50.54.49.4F.4E.53 / %x47.45.54 / %x48.45.41.44 / 2276 <a href="#header.location" class="smpl">Location</a> = "Location:" OWS Location-v 2277 <a href="#header.location" class="smpl">Location-v</a> = absolute-URI [ "#" fragment ] 2278 2279 <a href="#header.max-forwards" class="smpl">Max-Forwards</a> = "Max-Forwards:" OWS Max-Forwards-v 2280 <a href="#header.max-forwards" class="smpl">Max-Forwards-v</a> = 1*DIGIT 2281 <a href="#method" class="smpl">Method</a> = %x4F.50.54.49.4F.4E.53 / %x47.45.54 / %x48.45.41.44 / 2277 2282 %x50.4F.53.54 / %x50.55.54 / %x44.45.4C.45.54.45 / %x54.52.41.43.45 2278 2283 / %x43.4F.4E.4E.45.43.54 / extension-method 2279 OWS = <OWS, defined in [Part1], Section 1.2.2> 2280 Proxy-Authenticate = <Proxy-Authenticate, defined in [Part7], Section 2284 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2> 2285 2286 <a href="#abnf.dependencies" class="smpl">Proxy-Authenticate</a> = <Proxy-Authenticate, defined in [Part7], Section 2281 2287 3.2> 2282 Proxy-Authorization= <Proxy-Authorization, defined in [Part7],2288 <a href="#abnf.dependencies" class="smpl">Proxy-Authorization</a> = <Proxy-Authorization, defined in [Part7], 2283 2289 Section 3.3> 2284 RWS = <RWS, defined in [Part1], Section 1.2.2> 2285 Range = <Range, defined in [Part5], Section 5.4> 2286 Reason-Phrase = *( WSP / VCHAR / obs-text ) 2287 Referer = "Referer:" OWS Referer-v 2288 Referer-v = absolute-URI / partial-URI 2289 Retry-After = "Retry-After:" OWS Retry-After-v 2290 Retry-After-v = HTTP-date / delta-seconds 2291 Server = "Server:" OWS Server-v 2292 Server-v = product *( RWS ( product / comment ) ) 2293 Status-Code = "100" / "101" / "200" / "201" / "202" / "203" / "204" / 2290 <a href="#core.rules" class="smpl">RWS</a> = <RWS, defined in [Part1], Section 1.2.2> 2291 <a href="#abnf.dependencies" class="smpl">Range</a> = <Range, defined in [Part5], Section 5.4> 2292 <a href="#status.code.and.reason.phrase" class="smpl">Reason-Phrase</a> = *( WSP / VCHAR / obs-text ) 2293 <a href="#header.referer" class="smpl">Referer</a> = "Referer:" OWS Referer-v 2294 <a href="#header.referer" class="smpl">Referer-v</a> = absolute-URI / partial-URI 2295 <a href="#header.retry-after" class="smpl">Retry-After</a> = "Retry-After:" OWS Retry-After-v 2296 <a href="#header.retry-after" class="smpl">Retry-After-v</a> = HTTP-date / delta-seconds 2297 2298 <a href="#header.server" class="smpl">Server</a> = "Server:" OWS Server-v 2299 <a href="#header.server" class="smpl">Server-v</a> = product *( RWS ( product / comment ) ) 2300 <a href="#status.code.and.reason.phrase" class="smpl">Status-Code</a> = "100" / "101" / "200" / "201" / "202" / "203" / "204" / 2294 2301 "205" / "206" / "300" / "301" / "302" / "303" / "304" / "305" / 2295 2302 "307" / "400" / "401" / "402" / "403" / "404" / "405" / "406" / … … 2297 2304 "415" / "416" / "417" / "500" / "501" / "502" / "503" / "504" / 2298 2305 "505" / extension-code 2299 TE = <TE, defined in [Part1], Section 8.8> 2300 User-Agent = "User-Agent:" OWS User-Agent-v 2301 User-Agent-v = product *( RWS ( product / comment ) ) 2302 Vary = <Vary, defined in [Part6], Section 15.5> 2303 WWW-Authenticate = <WWW-Authenticate, defined in [Part7], Section 2306 <a href="#abnf.dependencies" class="smpl">TE</a> = <TE, defined in [Part1], Section 8.8> 2307 2308 <a href="#header.user-agent" class="smpl">User-Agent</a> = "User-Agent:" OWS User-Agent-v 2309 <a href="#header.user-agent" class="smpl">User-Agent-v</a> = product *( RWS ( product / comment ) ) 2310 2311 <a href="#abnf.dependencies" class="smpl">Vary</a> = <Vary, defined in [Part6], Section 15.5> 2312 2313 <a href="#abnf.dependencies" class="smpl">WWW-Authenticate</a> = <WWW-Authenticate, defined in [Part7], Section 2304 2314 3.4> 2305 absolute-URI = <absolute-URI, defined in [Part1], Section 2.1> 2306 comment = <comment, defined in [Part1], Section 1.2.2> 2307 delta-seconds = 1*DIGIT 2308 expect-params = ";" token [ "=" ( token / quoted-string ) ] 2309 expectation = "100-continue" / expectation-extension 2310 expectation-extension = token [ "=" ( token / quoted-string ) 2315 <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in [Part1], Section 2.1> 2316 2317 <a href="#core.rules" class="smpl">comment</a> = <comment, defined in [Part1], Section 1.2.2> 2318 2319 <a href="#rule.delta-seconds" class="smpl">delta-seconds</a> = 1*DIGIT 2320 2321 <a href="#header.expect" class="smpl">expect-params</a> = ";" token [ "=" ( token / quoted-string ) ] 2322 <a href="#header.expect" class="smpl">expectation</a> = "100-continue" / expectation-extension 2323 <a href="#header.expect" class="smpl">expectation-extension</a> = token [ "=" ( token / quoted-string ) 2311 2324 *expect-params ] 2312 extension-code = 3DIGIT 2313 extension-method = token 2314 fragment = <fragment, defined in [Part1], Section 2.1> 2315 mailbox = <mailbox, defined in [RFC5322], Section 3.4> 2316 obs-text = <obs-text, defined in [Part1], Section 1.2.2> 2317 partial-URI = <partial-URI, defined in [Part1], Section 2.1> 2318 product = <product, defined in [Part1], Section 3.4> 2319 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2> 2320 request-header = Accept / Accept-Charset / Accept-Encoding / 2325 <a href="#status.code.and.reason.phrase" class="smpl">extension-code</a> = 3DIGIT 2326 <a href="#method" class="smpl">extension-method</a> = token 2327 2328 <a href="#abnf.dependencies" class="smpl">fragment</a> = <fragment, defined in [Part1], Section 2.1> 2329 2330 <a href="#header.from" class="smpl">mailbox</a> = <mailbox, defined in [RFC5322], Section 3.4> 2331 2332 <a href="#core.rules" class="smpl">obs-text</a> = <obs-text, defined in [Part1], Section 1.2.2> 2333 2334 <a href="#abnf.dependencies" class="smpl">partial-URI</a> = <partial-URI, defined in [Part1], Section 2.1> 2335 <a href="#abnf.dependencies" class="smpl">product</a> = <product, defined in [Part1], Section 3.4> 2336 2337 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 1.2.2> 2338 2339 <a href="#request.header.fields" class="smpl">request-header</a> = Accept / Accept-Charset / Accept-Encoding / 2321 2340 Accept-Language / Authorization / Expect / From / Host / If-Match / 2322 2341 If-Modified-Since / If-None-Match / If-Range / If-Unmodified-Since / 2323 2342 Max-Forwards / Proxy-Authorization / Range / Referer / TE / 2324 2343 User-Agent 2325 response-header= Accept-Ranges / Age / Allow / ETag / Location /2344 <a href="#response.header.fields" class="smpl">response-header</a> = Accept-Ranges / Age / Allow / ETag / Location / 2326 2345 Proxy-Authenticate / Retry-After / Server / Vary / WWW-Authenticate 2327 token = <token, defined in [Part1], Section 1.2.2> 2346 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 1.2.2> 2347 2328 2348 ; Reason-Phrase defined but not used 2329 2349 ; Status-Code defined but not used 2330 2350 ; request-header defined but not used 2331 2351 ; response-header defined but not used 2352 2353 2332 2354 </pre> <h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 2333 2355 <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a> Since RFC2616
Note: See TracChangeset
for help on using the changeset viewer.