Changeset 427 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 22/11/08 18:21:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r426 r427 3204 3204 </section> 3205 3205 3206 <section title="Collected ABNF" anchor="collected.abnf"> 3207 <figure> 3208 <artwork type="abnf" name="p2-semantics.parsed-abnf"> 3209 Accept = <Accept, defined in [Part3], Section 5.1> 3210 Accept-Charset = <Accept-Charset, defined in [Part3], Section 5.2> 3211 Accept-Encoding = <Accept-Encoding, defined in [Part3], Section 5.3> 3212 Accept-Language = <Accept-Language, defined in [Part3], Section 5.4> 3213 Accept-Ranges = <Accept-Ranges, defined in [Part5], Section 5.1> 3214 Age = <Age, defined in [Part6], Section 15.1> 3215 Allow = "Allow:" OWS Allow-v 3216 Allow-v = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 3217 Authorization = <Authorization, defined in [Part7], Section 3.1> 3218 ETag = <ETag, defined in [Part4], Section 6.1> 3219 Expect = "Expect:" OWS Expect-v 3220 Expect-v = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) 3221 From = "From:" OWS From-v 3222 From-v = mailbox 3223 HTTP-date = <HTTP-date, defined in [Part1], Section 3.2.1> 3224 Host = <Host, defined in [Part1], Section 2.1> 3225 If-Match = <If-Match, defined in [Part4], Section 6.2> 3226 If-Modified-Since = <If-Modified-Since, defined in [Part4], Section 3206 <section xmlns:x="http://purl.org/net/xml2rfc/ext" title="Collected ABNF" anchor="collected.abnf"> 3207 <figure> 3208 <artwork type="abnf" name="p2-semantics.parsed-abnf"> 3209 <x:ref>Accept</x:ref> = <Accept, defined in [Part3], Section 5.1> 3210 <x:ref>Accept-Charset</x:ref> = <Accept-Charset, defined in [Part3], Section 5.2> 3211 <x:ref>Accept-Encoding</x:ref> = <Accept-Encoding, defined in [Part3], Section 5.3> 3212 <x:ref>Accept-Language</x:ref> = <Accept-Language, defined in [Part3], Section 5.4> 3213 <x:ref>Accept-Ranges</x:ref> = <Accept-Ranges, defined in [Part5], Section 5.1> 3214 <x:ref>Age</x:ref> = <Age, defined in [Part6], Section 15.1> 3215 <x:ref>Allow</x:ref> = "Allow:" OWS Allow-v 3216 <x:ref>Allow-v</x:ref> = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 3217 <x:ref>Authorization</x:ref> = <Authorization, defined in [Part7], Section 3.1> 3218 3219 <x:ref>ETag</x:ref> = <ETag, defined in [Part4], Section 6.1> 3220 <x:ref>Expect</x:ref> = "Expect:" OWS Expect-v 3221 <x:ref>Expect-v</x:ref> = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) 3222 3223 <x:ref>From</x:ref> = "From:" OWS From-v 3224 <x:ref>From-v</x:ref> = mailbox 3225 3226 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part1], Section 3.2.1> 3227 <x:ref>Host</x:ref> = <Host, defined in [Part1], Section 2.1> 3228 3229 <x:ref>If-Match</x:ref> = <If-Match, defined in [Part4], Section 6.2> 3230 <x:ref>If-Modified-Since</x:ref> = <If-Modified-Since, defined in [Part4], Section 3227 3231 6.3> 3228 If-None-Match= <If-None-Match, defined in [Part4], Section 6.4>3229 If-Range= <If-Range, defined in [Part5], Section 5.3>3230 If-Unmodified-Since= <If-Unmodified-Since, defined in [Part4],3232 <x:ref>If-None-Match</x:ref> = <If-None-Match, defined in [Part4], Section 6.4> 3233 <x:ref>If-Range</x:ref> = <If-Range, defined in [Part5], Section 5.3> 3234 <x:ref>If-Unmodified-Since</x:ref> = <If-Unmodified-Since, defined in [Part4], 3231 3235 Section 6.5> 3232 Location = "Location:" OWS Location-v 3233 Location-v = absolute-URI [ "#" fragment ] 3234 Max-Forwards = "Max-Forwards:" OWS Max-Forwards-v 3235 Max-Forwards-v = 1*DIGIT 3236 Method = %x4F.50.54.49.4F.4E.53 / %x47.45.54 / %x48.45.41.44 / 3236 <x:ref>Location</x:ref> = "Location:" OWS Location-v 3237 <x:ref>Location-v</x:ref> = absolute-URI [ "#" fragment ] 3238 3239 <x:ref>Max-Forwards</x:ref> = "Max-Forwards:" OWS Max-Forwards-v 3240 <x:ref>Max-Forwards-v</x:ref> = 1*DIGIT 3241 <x:ref>Method</x:ref> = %x4F.50.54.49.4F.4E.53 / %x47.45.54 / %x48.45.41.44 / 3237 3242 %x50.4F.53.54 / %x50.55.54 / %x44.45.4C.45.54.45 / %x54.52.41.43.45 3238 3243 / %x43.4F.4E.4E.45.43.54 / extension-method 3239 OWS = <OWS, defined in [Part1], Section 1.2.2> 3240 Proxy-Authenticate = <Proxy-Authenticate, defined in [Part7], Section 3244 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2> 3245 3246 <x:ref>Proxy-Authenticate</x:ref> = <Proxy-Authenticate, defined in [Part7], Section 3241 3247 3.2> 3242 Proxy-Authorization= <Proxy-Authorization, defined in [Part7],3248 <x:ref>Proxy-Authorization</x:ref> = <Proxy-Authorization, defined in [Part7], 3243 3249 Section 3.3> 3244 RWS = <RWS, defined in [Part1], Section 1.2.2> 3245 Range = <Range, defined in [Part5], Section 5.4> 3246 Reason-Phrase = *( WSP / VCHAR / obs-text ) 3247 Referer = "Referer:" OWS Referer-v 3248 Referer-v = absolute-URI / partial-URI 3249 Retry-After = "Retry-After:" OWS Retry-After-v 3250 Retry-After-v = HTTP-date / delta-seconds 3251 Server = "Server:" OWS Server-v 3252 Server-v = product *( RWS ( product / comment ) ) 3253 Status-Code = "100" / "101" / "200" / "201" / "202" / "203" / "204" / 3250 <x:ref>RWS</x:ref> = <RWS, defined in [Part1], Section 1.2.2> 3251 <x:ref>Range</x:ref> = <Range, defined in [Part5], Section 5.4> 3252 <x:ref>Reason-Phrase</x:ref> = *( WSP / VCHAR / obs-text ) 3253 <x:ref>Referer</x:ref> = "Referer:" OWS Referer-v 3254 <x:ref>Referer-v</x:ref> = absolute-URI / partial-URI 3255 <x:ref>Retry-After</x:ref> = "Retry-After:" OWS Retry-After-v 3256 <x:ref>Retry-After-v</x:ref> = HTTP-date / delta-seconds 3257 3258 <x:ref>Server</x:ref> = "Server:" OWS Server-v 3259 <x:ref>Server-v</x:ref> = product *( RWS ( product / comment ) ) 3260 <x:ref>Status-Code</x:ref> = "100" / "101" / "200" / "201" / "202" / "203" / "204" / 3254 3261 "205" / "206" / "300" / "301" / "302" / "303" / "304" / "305" / 3255 3262 "307" / "400" / "401" / "402" / "403" / "404" / "405" / "406" / … … 3257 3264 "415" / "416" / "417" / "500" / "501" / "502" / "503" / "504" / 3258 3265 "505" / extension-code 3259 TE = <TE, defined in [Part1], Section 8.8> 3260 User-Agent = "User-Agent:" OWS User-Agent-v 3261 User-Agent-v = product *( RWS ( product / comment ) ) 3262 Vary = <Vary, defined in [Part6], Section 15.5> 3263 WWW-Authenticate = <WWW-Authenticate, defined in [Part7], Section 3266 <x:ref>TE</x:ref> = <TE, defined in [Part1], Section 8.8> 3267 3268 <x:ref>User-Agent</x:ref> = "User-Agent:" OWS User-Agent-v 3269 <x:ref>User-Agent-v</x:ref> = product *( RWS ( product / comment ) ) 3270 3271 <x:ref>Vary</x:ref> = <Vary, defined in [Part6], Section 15.5> 3272 3273 <x:ref>WWW-Authenticate</x:ref> = <WWW-Authenticate, defined in [Part7], Section 3264 3274 3.4> 3265 absolute-URI = <absolute-URI, defined in [Part1], Section 2.1> 3266 comment = <comment, defined in [Part1], Section 1.2.2> 3267 delta-seconds = 1*DIGIT 3268 expect-params = ";" token [ "=" ( token / quoted-string ) ] 3269 expectation = "100-continue" / expectation-extension 3270 expectation-extension = token [ "=" ( token / quoted-string ) 3275 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in [Part1], Section 2.1> 3276 3277 <x:ref>comment</x:ref> = <comment, defined in [Part1], Section 1.2.2> 3278 3279 <x:ref>delta-seconds</x:ref> = 1*DIGIT 3280 3281 <x:ref>expect-params</x:ref> = ";" token [ "=" ( token / quoted-string ) ] 3282 <x:ref>expectation</x:ref> = "100-continue" / expectation-extension 3283 <x:ref>expectation-extension</x:ref> = token [ "=" ( token / quoted-string ) 3271 3284 *expect-params ] 3272 extension-code = 3DIGIT 3273 extension-method = token 3274 fragment = <fragment, defined in [Part1], Section 2.1> 3275 mailbox = <mailbox, defined in [RFC5322], Section 3.4> 3276 obs-text = <obs-text, defined in [Part1], Section 1.2.2> 3277 partial-URI = <partial-URI, defined in [Part1], Section 2.1> 3278 product = <product, defined in [Part1], Section 3.4> 3279 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2> 3280 request-header = Accept / Accept-Charset / Accept-Encoding / 3285 <x:ref>extension-code</x:ref> = 3DIGIT 3286 <x:ref>extension-method</x:ref> = token 3287 3288 <x:ref>fragment</x:ref> = <fragment, defined in [Part1], Section 2.1> 3289 3290 <x:ref>mailbox</x:ref> = <mailbox, defined in [RFC5322], Section 3.4> 3291 3292 <x:ref>obs-text</x:ref> = <obs-text, defined in [Part1], Section 1.2.2> 3293 3294 <x:ref>partial-URI</x:ref> = <partial-URI, defined in [Part1], Section 2.1> 3295 <x:ref>product</x:ref> = <product, defined in [Part1], Section 3.4> 3296 3297 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2> 3298 3299 <x:ref>request-header</x:ref> = Accept / Accept-Charset / Accept-Encoding / 3281 3300 Accept-Language / Authorization / Expect / From / Host / If-Match / 3282 3301 If-Modified-Since / If-None-Match / If-Range / If-Unmodified-Since / 3283 3302 Max-Forwards / Proxy-Authorization / Range / Referer / TE / 3284 3303 User-Agent 3285 response-header= Accept-Ranges / Age / Allow / ETag / Location /3304 <x:ref>response-header</x:ref> = Accept-Ranges / Age / Allow / ETag / Location / 3286 3305 Proxy-Authenticate / Retry-After / Server / Vary / WWW-Authenticate 3287 token = <token, defined in [Part1], Section 1.2.2> 3306 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2> 3307 3288 3308 ; Reason-Phrase defined but not used 3289 3309 ; Status-Code defined but not used 3290 3310 ; request-header defined but not used 3291 3311 ; response-header defined but not used 3312 3313 3292 3314 </artwork> 3293 3315 </figure> 3294 3316 </section> 3295 3317
Note: See TracChangeset
for help on using the changeset viewer.