Changeset 2493
- Timestamp:
- 13/11/13 01:06:50 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r2447 r2493 49 49 Range = byte-ranges-specifier / other-ranges-specifier 50 50 Referer = absolute-URI / partial-URI 51 Retry-After = HTTP-date / del ta-seconds51 Retry-After = HTTP-date / delay-seconds 52 52 Server = product *( RWS ( product / comment ) ) 53 53 TE = [ ( "," / t-codings ) *( OWS "," [ OWS t-codings ] ) ] … … 121 121 / %x53.75.6E.64.61.79 ; Sunday 122 122 123 delay-seconds = 1*DIGIT 123 124 delta-seconds = 1*DIGIT 124 125 entity-tag = [ weak ] opaque-tag -
draft-ietf-httpbis/latest/p2-semantics.html
r2487 r2493 445 445 } 446 446 @bottom-center { 447 content: "Expires May 1 5, 2014";447 content: "Expires May 16, 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-11-1 1">492 <meta name="dct.issued" scheme="ISO8601" content="2013-11-12"> 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">November 1 1, 2013</td>520 <td class="right">November 12, 2013</td> 521 521 </tr> 522 522 <tr> 523 <td class="left">Expires: May 1 5, 2014</td>523 <td class="left">Expires: May 16, 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 5, 2014.</p>552 <p>This Internet-Draft will expire on May 16, 2014.</p> 553 553 </div> 554 554 <div id="rfc.copyrightnotice"> … … 3259 3259 When sent with a <a href="#status.503" class="smpl">503 (Service Unavailable)</a> response, Retry-After indicates how long the service is expected to be unavailable to the client. When sent with any <a href="#status.3xx" class="smpl">3xx (Redirection)</a> response, Retry-After indicates the minimum time that the user agent is asked to wait before issuing the redirected request. 3260 3260 </p> 3261 <p id="rfc.section.7.1.3.p.2">The value of this field can be either an HTTP-date or a n integer number of seconds (in decimal) after the time of the response.</p>3262 <div id="rfc.figure.u.55"></div><pre class="inline"><span id="rfc.iref.g.53"></span> <a href="#header.retry-after" class="smpl">Retry-After</a> = <a href="#http.date" class="smpl">HTTP-date</a> / <a href="#rule.del ta-seconds" class="smpl">delta-seconds</a>3263 </pre><div id="rule.del ta-seconds">3264 <p id="rfc.section.7.1.3.p.4"> Time spans are non-negative decimal integers, representing time in seconds.</p>3261 <p id="rfc.section.7.1.3.p.2">The value of this field can be either an HTTP-date or a number of seconds to delay after the response is received.</p> 3262 <div id="rfc.figure.u.55"></div><pre class="inline"><span id="rfc.iref.g.53"></span> <a href="#header.retry-after" class="smpl">Retry-After</a> = <a href="#http.date" class="smpl">HTTP-date</a> / <a href="#rule.delay-seconds" class="smpl">delay-seconds</a> 3263 </pre><div id="rule.delay-seconds"> 3264 <p id="rfc.section.7.1.3.p.4"> A delay-seconds value is a non-negative decimal integer, representing time in seconds.</p> 3265 3265 </div> 3266 <div id="rfc.figure.u.56"></div><pre class="inline"><span id="rfc.iref.g.54"></span> <a href="#rule.del ta-seconds" class="smpl">delta-seconds</a> = 1*<a href="#imported.abnf" class="smpl">DIGIT</a>3266 <div id="rfc.figure.u.56"></div><pre class="inline"><span id="rfc.iref.g.54"></span> <a href="#rule.delay-seconds" class="smpl">delay-seconds</a> = 1*<a href="#imported.abnf" class="smpl">DIGIT</a> 3267 3267 </pre><p id="rfc.section.7.1.3.p.6">Two examples of its use are</p> 3268 3268 <div id="rfc.figure.u.57"></div><pre class="text"> Retry-After: Fri, 31 Dec 1999 23:59:59 GMT … … 4625 4625 <a href="#imported.abnf" class="smpl">RWS</a> = <RWS, defined in [Part1], Section 3.2.3> 4626 4626 <a href="#header.referer" class="smpl">Referer</a> = absolute-URI / partial-URI 4627 <a href="#header.retry-after" class="smpl">Retry-After</a> = HTTP-date / del ta-seconds4627 <a href="#header.retry-after" class="smpl">Retry-After</a> = HTTP-date / delay-seconds 4628 4628 4629 4629 <a href="#header.server" class="smpl">Server</a> = product *( RWS ( product / comment ) ) … … 4664 4664 / %x53.61.74.75.72.64.61.79 ; Saturday 4665 4665 / %x53.75.6E.64.61.79 ; Sunday 4666 <a href="#rule.del ta-seconds" class="smpl">delta-seconds</a> = 1*DIGIT4666 <a href="#rule.delay-seconds" class="smpl">delay-seconds</a> = 1*DIGIT 4667 4667 4668 4668 <a href="#imported.abnf" class="smpl">field-name</a> = <comment, defined in [Part1], Section 3.2> … … 4872 4872 <li><tt>day-name</tt> <a href="#rfc.iref.g.42"><b>7.1.1.1</b></a></li> 4873 4873 <li><tt>day-name-l</tt> <a href="#rfc.iref.g.43"><b>7.1.1.1</b></a></li> 4874 <li><tt>del ta-seconds</tt> <a href="#rfc.iref.g.54"><b>7.1.3</b></a></li>4874 <li><tt>delay-seconds</tt> <a href="#rfc.iref.g.54"><b>7.1.3</b></a></li> 4875 4875 <li><tt>Expect</tt> <a href="#rfc.iref.g.17"><b>5.1.1</b></a></li> 4876 4876 <li><tt>From</tt> <a href="#rfc.iref.g.30"><b>5.5.1</b></a></li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2487 r2493 3964 3964 </t> 3965 3965 <t> 3966 The value of this field can be either an HTTP-date or a n integernumber3967 of seconds (in decimal) after the time of the response.3966 The value of this field can be either an HTTP-date or a number 3967 of seconds to delay after the response is received. 3968 3968 </t> 3969 3969 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Retry-After"/> 3970 <x:ref>Retry-After</x:ref> = <x:ref>HTTP-date</x:ref> / <x:ref>del ta-seconds</x:ref>3970 <x:ref>Retry-After</x:ref> = <x:ref>HTTP-date</x:ref> / <x:ref>delay-seconds</x:ref> 3971 3971 </artwork></figure> 3972 <t anchor="rule.del ta-seconds">3973 <x:anchor-alias value="del ta-seconds"/>3974 Time spans are non-negative decimal integers, representing time in3975 seconds.3976 </t> 3977 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="del ta-seconds"/>3978 <x:ref>del ta-seconds</x:ref> = 1*<x:ref>DIGIT</x:ref>3972 <t anchor="rule.delay-seconds"> 3973 <x:anchor-alias value="delay-seconds"/> 3974 A delay-seconds value is a non-negative decimal integer, representing time 3975 in seconds. 3976 </t> 3977 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="delay-seconds"/> 3978 <x:ref>delay-seconds</x:ref> = 1*<x:ref>DIGIT</x:ref> 3979 3979 </artwork></figure> 3980 3980 <t> … … 6114 6114 <x:ref>RWS</x:ref> = <RWS, defined in [Part1], Section 3.2.3> 6115 6115 <x:ref>Referer</x:ref> = absolute-URI / partial-URI 6116 <x:ref>Retry-After</x:ref> = HTTP-date / del ta-seconds6116 <x:ref>Retry-After</x:ref> = HTTP-date / delay-seconds 6117 6117 6118 6118 <x:ref>Server</x:ref> = product *( RWS ( product / comment ) ) … … 6153 6153 / %x53.61.74.75.72.64.61.79 ; Saturday 6154 6154 / %x53.75.6E.64.61.79 ; Sunday 6155 <x:ref>del ta-seconds</x:ref> = 1*DIGIT6155 <x:ref>delay-seconds</x:ref> = 1*DIGIT 6156 6156 6157 6157 <x:ref>field-name</x:ref> = <comment, defined in [Part1], Section 3.2>
Note: See TracChangeset
for help on using the changeset viewer.