Changeset 2443
- Timestamp:
- 30/10/13 10:23:37 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r2382 r2443 24 24 Expect = "100-continue" 25 25 Expires = HTTP-date 26 From = mailbox26 From = addr-spec 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> 69 70 asctime-date = day-name SP date3 SP time-of-day SP year 70 71 asterisk-form = "*" … … 139 140 last-byte-pos = 1*DIGIT 140 141 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
r2436 r2443 445 445 } 446 446 @bottom-center { 447 content: "Expires May 1, 2014";447 content: "Expires May 3, 2014"; 448 448 } 449 449 @bottom-right { … … 490 490 <meta name="dct.creator" content="Reschke, J. F."> 491 491 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 492 <meta name="dct.issued" scheme="ISO8601" content="2013-10- 28">492 <meta name="dct.issued" scheme="ISO8601" content="2013-10-30"> 493 493 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 494 494 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 518 518 <tr> 519 519 <td class="left">Intended status: Standards Track</td> 520 <td class="right">October 28, 2013</td>520 <td class="right">October 30, 2013</td> 521 521 </tr> 522 522 <tr> 523 <td class="left">Expires: May 1, 2014</td>523 <td class="left">Expires: May 3, 2014</td> 524 524 <td class="right"></td> 525 525 </tr> … … 550 550 in progress”. 551 551 </p> 552 <p>This Internet-Draft will expire on May 1, 2014.</p>552 <p>This Internet-Draft will expire on May 3, 2014.</p> 553 553 </div> 554 554 <div id="rfc.copyrightnotice"> … … 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 " 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>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> 2204 2204 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>>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>> 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> = mailbox4649 <a href="#header.from" class="smpl">From</a> = addr-spec 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> 4678 4679 <a href="#obsolete.date.formats" class="smpl">asctime-date</a> = day-name SP date3 SP time-of-day SP year 4679 4680 <a href="#rule.parameter" class="smpl">attribute</a> = token … … 4711 4712 <a href="#language.tags" class="smpl">language-tag</a> = <Language-Tag, defined in [RFC5646], Section 2.1> 4712 4713 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?" 4773 4775 </li> 4774 4776 </ul> … … 5119 5121 <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> 5120 5122 <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> 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>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> 5122 5124 <li><em>Section 3.6.1</em> <a href="#rfc.xref.RFC5322.6">7.1.1.2</a></li> 5123 5125 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2436 r2443 2432 2432 <iref primary="true" item="From header field" x:for-anchor=""/> 2433 2433 <x:anchor-alias value="From"/> 2434 <x:anchor-alias value=" mailbox"/>2434 <x:anchor-alias value="addr-spec"/> 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 " mailbox"2439 in <xref x:sec="3.4 " x:fmt="of" target="RFC5322"/>:2438 machine-usable, as defined by "addr-spec" 2439 in <xref x:sec="3.4.1" 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>mailbox</x:ref>2442 <x:ref>From</x:ref> = <x:ref>addr-spec</x:ref> 2443 2443 2444 <x:ref> mailbox</x:ref> = <mailbox, defined in <xref x:sec="3.4" x:fmt="," target="RFC5322"/>>2444 <x:ref>addr-spec</x:ref> = <addr-spec, defined in <xref x:sec="3.4.1" 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> = mailbox6201 <x:ref>From</x:ref> = addr-spec 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> 6230 6231 <x:ref>asctime-date</x:ref> = day-name SP date3 SP time-of-day SP year 6231 6232 <x:ref>attribute</x:ref> = token … … 6263 6264 <x:ref>language-tag</x:ref> = <Language-Tag, defined in [RFC5646], Section 2.1> 6264 6265 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> 6335 6339 </list> 6336 6340 </t>
Note: See TracChangeset
for help on using the changeset viewer.