Changeset 421 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 21/11/08 15:31:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r398 r421 3162 3162 </section> 3163 3163 3164 <section title="Collected ABNF" anchor="collected.abnf"> 3165 <figure> 3166 <artwork type="abnf" name="p2-semantics.parsed-abnf">Accept = <Accept, defined in [Part3], Section 6.1>
 3167 Accept-Charset = <Accept-Charset, defined in [Part3], Section 6.2>
 3168 Accept-Encoding = <Accept-Encoding, defined in [Part3], Section 6.3>
 3169 Accept-Language = <Accept-Language, defined in [Part3], Section 6.4>
 3170 Accept-Ranges = <Accept-Ranges, defined in [Part5], Section 6.1>
 3171 Age = <Age, defined in [Part6], Section 16.1>
 3172 Allow = "Allow:" OWS Allow-v
 3173 Allow-v = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ]
 3174 Authorization = <Authorization, defined in [Part7], Section 4.1>
 3175 CR = <CR, defined in [Part1], Section 1.2.2>
 3176 DIGIT = <DIGIT, defined in [Part1], Section 1.2.2>
 3177 ETag = <ETag, defined in [Part4], Section 7.1>
 3178 Expect = "Expect:" OWS Expect-v
 3179 Expect-v = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] )
 3180 From = "From:" OWS From-v
 3181 From-v = mailbox
 3182 HTTP-date = <HTTP-date, defined in [Part1], Section 3.2.1>
 3183 Host = <Host, defined in [Part1], Section 2.1>
 3184 If-Match = <If-Match, defined in [Part4], Section 7.2>
 3185 If-Modified-Since = <If-Modified-Since, defined in [Part4], Section
 3186 7.3>
 3187 If-None-Match = <If-None-Match, defined in [Part4], Section 7.4>
 3188 If-Range = <If-Range, defined in [Part5], Section 6.3>
 3189 If-Unmodified-Since = <If-Unmodified-Since, defined in [Part4],
 3190 Section 7.5>
 3191 LF = <LF, defined in [Part1], Section 1.2.2>
 3192 Location = "Location:" OWS Location-v
 3193 Location-v = absolute-URI [ "#" fragment ]
 3194 Max-Forwards = "Max-Forwards:" OWS Max-Forwards-v
 3195 Max-Forwards-v = 1*DIGIT
 3196 Method = %x4F.50.54.49.4F.4E.53 / %x47.45.54 / %x48.45.41.44 /
 3197 %x50.4F.53.54 / %x50.55.54 / %x44.45.4C.45.54.45 / %x54.52.41.43.45
 3198 / %x43.4F.4E.4E.45.43.54 / extension-method
 3199 OWS = <OWS, defined in [Part1], Section 1.2.2>
 3200 Proxy-Authenticate = <Proxy-Authenticate, defined in [Part7], Section
 3201 4.2>
 3202 Proxy-Authorization = <Proxy-Authorization, defined in [Part7],
 3203 Section 4.3>
 3204 RWS = <RWS, defined in [Part1], Section 1.2.2>
 3205 Range = <Range, defined in [Part5], Section 6.4>
 3206 Reason-Phrase = *( WSP / VCHAR / obs-text )
 3207 Referer = "Referer:" OWS Referer-v
 3208 Referer-v = absolute-URI / partial-URI
 3209 Retry-After = "Retry-After:" OWS Retry-After-v
 3210 Retry-After-v = HTTP-date / delta-seconds
 3211 Server = "Server:" OWS Server-v
 3212 Server-v = product *( RWS ( product / comment ) )
 3213 Status-Code = "100" / "101" / "200" / "201" / "202" / "203" / "204" /
 3214 "205" / "206" / "300" / "301" / "302" / "303" / "304" / "305" /
 3215 "307" / "400" / "401" / "402" / "403" / "404" / "405" / "406" /
 3216 "407" / "408" / "409" / "410" / "411" / "412" / "413" / "414" /
 3217 "415" / "416" / "417" / "500" / "501" / "502" / "503" / "504" /
 3218 "505" / extension-code
 3219 TE = <TE, defined in [Part1], Section 8.8>
 3220 User-Agent = "User-Agent:" OWS User-Agent-v
 3221 User-Agent-v = product *( RWS ( product / comment ) )
 3222 VCHAR = <VCHAR, defined in [Part1], Section 1.2.2>
 3223 Vary = <Vary, defined in [Part6], Section 16.5>
 3224 WSP = <WSP, defined in [Part1], Section 1.2.2>
 3225 WWW-Authenticate = <WWW-Authenticate, defined in [Part7], Section
 3226 4.4>
 3227 absolute-URI = <absolute-URI, defined in [Part1], Section 2.1>
 3228 comment = <comment, defined in [Part1], Section 1.2.2>
 3229 delta-seconds = 1*DIGIT
 3230 expect-params = ";" token [ "=" ( token / quoted-string ) ]
 3231 expectation = "100-continue" / expectation-extension
 3232 expectation-extension = token [ "=" ( token / quoted-string )
 3233 *expect-params ]
 3234 extension-code = 3DIGIT
 3235 extension-method = token
 3236 fragment = <fragment, defined in [Part1], Section 2.1>
 3237 mailbox = <mailbox, defined in [RFC5322], Section 3.4>
 3238 obs-text = <obs-text, defined in [Part1], Section 1.2.2>
 3239 partial-URI = <partial-URI, defined in [Part1], Section 2.1>
 3240 product = <product, defined in [Part1], Section 3.4>
 3241 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2>
 3242 request-header = Accept / Accept-Charset / Accept-Encoding /
 3243 Accept-Language / Authorization / Expect / From / Host / If-Match /
 3244 If-Modified-Since / If-None-Match / If-Range / If-Unmodified-Since /
 3245 Max-Forwards / Proxy-Authorization / Range / Referer / TE /
 3246 User-Agent
 3247 response-header = Accept-Ranges / Age / Allow / ETag / Location /
 3248 Proxy-Authenticate / Retry-After / Server / Vary / WWW-Authenticate
 3249 token = <token, defined in [Part1], Section 1.2.2>
 3250 ; CR defined but not used
 3251 ; LF defined but not used
 3252 ; Reason-Phrase defined but not used
 3253 ; Status-Code defined but not used
 3254 ; request-header defined but not used
 3255 ; response-header defined but not used
 3256 </artwork> 3257 </figure> 3258 </section> 3259 3164 3260 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> 3165 3261 … … 3377 3473 </list> 3378 3474 </t> 3475 <t> 3476 Ongoing work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 3477 <list style="symbols"> 3478 <t> 3479 Add appendix containing collected and expanded ABNF. 3480 </t> 3481 </list> 3482 </t> 3379 3483 </section> 3380 3484
Note: See TracChangeset
for help on using the changeset viewer.