Changeset 2424 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 04/10/13 09:55:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2421 r2424 445 445 } 446 446 @bottom-center { 447 content: "Expires April 4, 2014";447 content: "Expires April 7, 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-0 1">492 <meta name="dct.issued" scheme="ISO8601" content="2013-10-04"> 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 1, 2013</td>520 <td class="right">October 4, 2013</td> 521 521 </tr> 522 522 <tr> 523 <td class="left">Expires: April 4, 2014</td>523 <td class="left">Expires: April 7, 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 April 4, 2014.</p>552 <p>This Internet-Draft will expire on April 7, 2014.</p> 553 553 </div> 554 554 <div id="rfc.copyrightnotice"> … … 3429 3429 <div id="method.registry"> 3430 3430 <h2 id="rfc.section.8.1"><a href="#rfc.section.8.1">8.1</a> <a href="#method.registry">Method Registry</a></h2> 3431 <p id="rfc.section.8.1.p.1">The HTTP Method Registry defines the name space for the request method token (<a href="#methods" title="Request Methods">Section 4</a>). The method registry will be created and maintained at <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>>.3431 <p id="rfc.section.8.1.p.1">The HTTP Method Registry defines the name space for the request method token (<a href="#methods" title="Request Methods">Section 4</a>). The method registry will be created and maintained at (the suggested URI) <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>>. 3432 3432 </p> 3433 3433 <div id="method.registry.procedure">
Note: See TracChangeset
for help on using the changeset viewer.