Changeset 1340 for draft-ietf-httpbis
- Timestamp:
- 23/07/11 15:43:06 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1338 r1340 359 359 } 360 360 @bottom-center { 361 content: "Expires January 2 2, 2012";361 content: "Expires January 24, 2012"; 362 362 } 363 363 @bottom-right { … … 410 410 <meta name="dct.creator" content="Reschke, J. F."> 411 411 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 412 <meta name="dct.issued" scheme="ISO8601" content="2011-07-2 1">412 <meta name="dct.issued" scheme="ISO8601" content="2011-07-23"> 413 413 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 414 414 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 442 442 </tr> 443 443 <tr> 444 <td class="left">Expires: January 2 2, 2012</td>444 <td class="left">Expires: January 24, 2012</td> 445 445 <td class="right">HP</td> 446 446 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">July 2 1, 2011</td>497 <td class="right">July 23, 2011</td> 498 498 </tr> 499 499 </tbody> … … 525 525 in progress”. 526 526 </p> 527 <p>This Internet-Draft will expire on January 2 2, 2012.</p>527 <p>This Internet-Draft will expire on January 24, 2012.</p> 528 528 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 529 529 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1551 1551 </p> 1552 1552 <div id="rfc.figure.u.37"></div> 1553 <p>Example 2: the effective request URI for the message</p> <pre class="text"> GET* HTTP/1.11553 <p>Example 2: the effective request URI for the message</p> <pre class="text">OPTIONS * HTTP/1.1 1554 1554 Host: www.example.org 1555 1555 </pre> <p>(received over an SSL/TLS secured TCP connection) is "https", plus "://", plus the authority component "www.example.org", -
draft-ietf-httpbis/latest/p1-messaging.xml
r1338 r1340 1886 1886 </preamble> 1887 1887 <artwork type="example" x:indent-with=" "> 1888 GET* HTTP/1.11888 OPTIONS * HTTP/1.1 1889 1889 Host: www.example.org 1890 1890 </artwork>
Note: See TracChangeset
for help on using the changeset viewer.