Changeset 1523 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 03/02/12 15:09:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1522 r1523 458 458 } 459 459 @bottom-center { 460 content: "Expires August 4, 2012";460 content: "Expires August 6, 2012"; 461 461 } 462 462 @bottom-right { … … 510 510 <meta name="dct.creator" content="Reschke, J. F."> 511 511 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 512 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">512 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 513 513 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 514 514 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request header fields, response status codes, and response header fields."> … … 541 541 </tr> 542 542 <tr> 543 <td class="left">Expires: August 4, 2012</td>543 <td class="left">Expires: August 6, 2012</td> 544 544 <td class="right">HP</td> 545 545 </tr> … … 594 594 <tr> 595 595 <td class="left"></td> 596 <td class="right">February 1, 2012</td>596 <td class="right">February 3, 2012</td> 597 597 </tr> 598 598 </tbody> … … 624 624 in progress”. 625 625 </p> 626 <p>This Internet-Draft will expire on August 4, 2012.</p>626 <p>This Internet-Draft will expire on August 6, 2012.</p> 627 627 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 628 628 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 3139 3139 <div id="rfc.figure.u.36"></div> <pre class="inline"><a href="#header.allow" class="smpl">Allow</a> = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 3140 3140 3141 <a href="#core.rules" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 1.2.2>3141 <a href="#core.rules" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 3.2.1> 3142 3142 3143 3143 <a href="#header.date" class="smpl">Date</a> = HTTP-date … … 3156 3156 <a href="#method" class="smpl">Method</a> = token 3157 3157 3158 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2>3159 3160 <a href="#core.rules" class="smpl">RWS</a> = <RWS, defined in [Part1], Section 1.2.2>3158 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> 3159 3160 <a href="#core.rules" class="smpl">RWS</a> = <RWS, defined in [Part1], Section 3.2.1> 3161 3161 <a href="#status.code.and.reason.phrase" class="smpl">Reason-Phrase</a> = *( HTAB / SP / VCHAR / obs-text ) 3162 3162 <a href="#header.referer" class="smpl">Referer</a> = absolute-URI / partial-URI … … 3172 3172 <a href="#obsolete.date.formats" class="smpl">asctime-date</a> = day-name SP date3 SP time-of-day SP year 3173 3173 3174 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in [Part1], Section 3.2. 3>3174 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in [Part1], Section 3.2.4> 3175 3175 3176 3176 <a href="#obsolete.date.formats" class="smpl">date1</a> = day SP month SP year … … 3218 3218 3219 3219 <a href="#obsolete.date.formats" class="smpl">obs-date</a> = rfc850-date / asctime-date 3220 <a href="#core.rules" class="smpl">obs-text</a> = <obs-text, defined in [Part1], Section 1.2.2>3220 <a href="#core.rules" class="smpl">obs-text</a> = <obs-text, defined in [Part1], Section 3.2.4> 3221 3221 3222 3222 <a href="#abnf.dependencies" class="smpl">partial-URI</a> = <partial-URI, defined in [Part1], Section 2.7> 3223 3223 <a href="#abnf.dependencies" class="smpl">product</a> = <product, defined in [Part1], Section 5.2> 3224 3224 3225 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2. 3>3225 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.4> 3226 3226 3227 3227 <a href="#preferred.date.format" class="smpl">rfc1123-date</a> = day-name "," SP date1 SP time-of-day SP GMT … … 3231 3231 3232 3232 <a href="#preferred.date.format" class="smpl">time-of-day</a> = hour ":" minute ":" second 3233 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2. 3>3233 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.4> 3234 3234 3235 3235 <a href="#preferred.date.format" class="smpl">year</a> = 4DIGIT
Note: See TracChangeset
for help on using the changeset viewer.