Changeset 2447
- Timestamp:
- 30/10/13 12:05:22 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r2443 r2447 24 24 Expect = "100-continue" 25 25 Expires = HTTP-date 26 From = addr-spec26 From = mailbox 27 27 GMT = %x47.4D.54 ; GMT 28 28 … … 67 67 accept-params = weight *accept-ext 68 68 acceptable-ranges = ( *( "," OWS ) range-unit *( OWS "," [ OWS range-unit ] ) ) / "none" 69 addr-spec = <addr-spec, defined in [RFC5322], Section 3.4.1>70 69 asctime-date = day-name SP date3 SP time-of-day SP year 71 70 asterisk-form = "*" … … 140 139 last-byte-pos = 1*DIGIT 141 140 last-chunk = 1*"0" [ chunk-ext ] CRLF 141 mailbox = <mailbox, defined in [RFC5322], Section 3.4> 142 142 media-range = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS ";" OWS parameter ) 143 143 media-type = type "/" subtype *( OWS ";" OWS parameter ) -
draft-ietf-httpbis/latest/p2-semantics.html
r2443 r2447 2199 2199 <h3 id="rfc.section.5.5.1"><a href="#rfc.section.5.5.1">5.5.1</a> <a href="#header.from">From</a></h3> 2200 2200 <p id="rfc.section.5.5.1.p.1">The "From" header field contains an Internet email address for a human user who controls the requesting user agent. The address 2201 ought to be machine-usable, as defined by " addr-spec" in <a href="http://tools.ietf.org/html/rfc5322#section-3.4.1">Section 3.4.1</a> of <a href="#RFC5322" id="rfc.xref.RFC5322.1"><cite title="Internet Message Format">[RFC5322]</cite></a>:2202 </p> 2203 <div id="rfc.figure.u.35"></div><pre class="inline"><span id="rfc.iref.g.30"></span> <a href="#header.from" class="smpl">From</a> = <a href="#header.from" class="smpl">addr-spec</a>2201 ought to be machine-usable, as defined by "mailbox" in <a href="http://tools.ietf.org/html/rfc5322#section-3.4">Section 3.4</a> of <a href="#RFC5322" id="rfc.xref.RFC5322.1"><cite title="Internet Message Format">[RFC5322]</cite></a>: 2202 </p> 2203 <div id="rfc.figure.u.35"></div><pre class="inline"><span id="rfc.iref.g.30"></span> <a href="#header.from" class="smpl">From</a> = <a href="#header.from" class="smpl">mailbox</a> 2204 2204 2205 <a href="#header.from" class="smpl"> addr-spec</a> = <addr-spec, defined in <a href="#RFC5322" id="rfc.xref.RFC5322.2"><cite title="Internet Message Format">[RFC5322]</cite></a>, <a href="http://tools.ietf.org/html/rfc5322#section-3.4.1">Section 3.4.1</a>>2205 <a href="#header.from" class="smpl">mailbox</a> = <mailbox, defined in <a href="#RFC5322" id="rfc.xref.RFC5322.2"><cite title="Internet Message Format">[RFC5322]</cite></a>, <a href="http://tools.ietf.org/html/rfc5322#section-3.4">Section 3.4</a>> 2206 2206 </pre><p id="rfc.section.5.5.1.p.3">An example is:</p> 2207 2207 <div id="rfc.figure.u.36"></div><pre class="text"> From: webmaster@example.org … … 4647 4647 <a href="#header.expect" class="smpl">Expect</a> = "100-continue" 4648 4648 4649 <a href="#header.from" class="smpl">From</a> = addr-spec4649 <a href="#header.from" class="smpl">From</a> = mailbox 4650 4650 4651 4651 <a href="#preferred.date.format" class="smpl">GMT</a> = %x47.4D.54 ; GMT … … 4676 4676 <a href="#header.accept" class="smpl">accept-ext</a> = OWS ";" OWS token [ "=" word ] 4677 4677 <a href="#header.accept" class="smpl">accept-params</a> = weight *accept-ext 4678 <a href="#header.from" class="smpl">addr-spec</a> = <addr-spec, defined in [RFC5322], Section 3.4.1>4679 4678 <a href="#obsolete.date.formats" class="smpl">asctime-date</a> = day-name SP date3 SP time-of-day SP year 4680 4679 <a href="#rule.parameter" class="smpl">attribute</a> = token … … 4712 4711 <a href="#language.tags" class="smpl">language-tag</a> = <Language-Tag, defined in [RFC5646], Section 2.1> 4713 4712 4713 <a href="#header.from" class="smpl">mailbox</a> = <mailbox, defined in [RFC5322], Section 3.4> 4714 4714 <a href="#header.accept" class="smpl">media-range</a> = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS 4715 4715 ";" OWS parameter ) … … 4771 4771 </li> 4772 4772 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/501">http://tools.ietf.org/wg/httpbis/trac/ticket/501</a>>: "idempotency: clarify 'effect'" 4773 </li>4774 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/504">http://tools.ietf.org/wg/httpbis/trac/ticket/504</a>>: "does From: allow non addr-spec mailbox values?"4775 4773 </li> 4776 4774 </ul> … … 5121 5119 <li><em>RFC5322</em> <a href="#rfc.xref.RFC5322.1">5.5.1</a>, <a href="#rfc.xref.RFC5322.2">5.5.1</a>, <a href="#rfc.xref.RFC5322.3">7.1.1.1</a>, <a href="#rfc.xref.RFC5322.4">7.1.1.1</a>, <a href="#rfc.xref.RFC5322.5">7.1.1.1</a>, <a href="#rfc.xref.RFC5322.6">7.1.1.2</a>, <a href="#RFC5322"><b>11.2</b></a>, <a href="#rfc.xref.RFC5322.7">A</a><ul> 5122 5120 <li><em>Section 3.3</em> <a href="#rfc.xref.RFC5322.4">7.1.1.1</a>, <a href="#rfc.xref.RFC5322.5">7.1.1.1</a></li> 5123 <li><em>Section 3.4 .1</em> <a href="#rfc.xref.RFC5322.1">5.5.1</a>, <a href="#rfc.xref.RFC5322.2">5.5.1</a></li>5121 <li><em>Section 3.4</em> <a href="#rfc.xref.RFC5322.1">5.5.1</a>, <a href="#rfc.xref.RFC5322.2">5.5.1</a></li> 5124 5122 <li><em>Section 3.6.1</em> <a href="#rfc.xref.RFC5322.6">7.1.1.2</a></li> 5125 5123 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2443 r2447 2432 2432 <iref primary="true" item="From header field" x:for-anchor=""/> 2433 2433 <x:anchor-alias value="From"/> 2434 <x:anchor-alias value=" addr-spec"/>2434 <x:anchor-alias value="mailbox"/> 2435 2435 <t> 2436 2436 The "From" header field contains an Internet email address for a human 2437 2437 user who controls the requesting user agent. The address ought to be 2438 machine-usable, as defined by " addr-spec"2439 in <xref x:sec="3.4 .1" x:fmt="of" target="RFC5322"/>:2438 machine-usable, as defined by "mailbox" 2439 in <xref x:sec="3.4" x:fmt="of" target="RFC5322"/>: 2440 2440 </t> 2441 2441 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="From"/> 2442 <x:ref>From</x:ref> = <x:ref>addr-spec</x:ref>2442 <x:ref>From</x:ref> = <x:ref>mailbox</x:ref> 2443 2443 2444 <x:ref> addr-spec</x:ref> = <addr-spec, defined in <xref x:sec="3.4.1" x:fmt="," target="RFC5322"/>>2444 <x:ref>mailbox</x:ref> = <mailbox, defined in <xref x:sec="3.4" x:fmt="," target="RFC5322"/>> 2445 2445 </artwork></figure> 2446 2446 <t> … … 6199 6199 <x:ref>Expect</x:ref> = "100-continue" 6200 6200 6201 <x:ref>From</x:ref> = addr-spec6201 <x:ref>From</x:ref> = mailbox 6202 6202 6203 6203 <x:ref>GMT</x:ref> = %x47.4D.54 ; GMT … … 6228 6228 <x:ref>accept-ext</x:ref> = OWS ";" OWS token [ "=" word ] 6229 6229 <x:ref>accept-params</x:ref> = weight *accept-ext 6230 <x:ref>addr-spec</x:ref> = <addr-spec, defined in [RFC5322], Section 3.4.1>6231 6230 <x:ref>asctime-date</x:ref> = day-name SP date3 SP time-of-day SP year 6232 6231 <x:ref>attribute</x:ref> = token … … 6264 6263 <x:ref>language-tag</x:ref> = <Language-Tag, defined in [RFC5646], Section 2.1> 6265 6264 6265 <x:ref>mailbox</x:ref> = <mailbox, defined in [RFC5322], Section 3.4> 6266 6266 <x:ref>media-range</x:ref> = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS 6267 6267 ";" OWS parameter ) … … 6333 6333 "idempotency: clarify 'effect'" 6334 6334 </t> 6335 <t>6336 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/504"/>:6337 "does From: allow non addr-spec mailbox values?"6338 </t>6339 6335 </list> 6340 6336 </t>
Note: See TracChangeset
for help on using the changeset viewer.