Changeset 2601
- Timestamp:
- 28/01/14 12:52:42 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2590 r2601 448 448 } 449 449 @bottom-center { 450 content: "Expires July 31, 2014";450 content: "Expires August 1, 2014"; 451 451 } 452 452 @bottom-right { … … 493 493 <meta name="dct.creator" content="Reschke, J. F."> 494 494 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 495 <meta name="dct.issued" scheme="ISO8601" content="2014-01-2 7">495 <meta name="dct.issued" scheme="ISO8601" content="2014-01-28"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 497 497 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is a stateless 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."> … … 521 521 <tr> 522 522 <td class="left">Intended status: Standards Track</td> 523 <td class="right">January 2 7, 2014</td>523 <td class="right">January 28, 2014</td> 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: July 31, 2014</td>526 <td class="left">Expires: August 1, 2014</td> 527 527 <td class="right"></td> 528 528 </tr> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on July 31, 2014.</p>555 <p>This Internet-Draft will expire on August 1, 2014.</p> 556 556 </div> 557 557 <div id="rfc.copyrightnotice"> … … 1393 1393 </table> 1394 1394 </div> 1395 <p id="rfc.section.4.1.p.7">All general-purpose servers <em class="bcp14">MUST</em> support the methods GET and HEAD. All other methods are <em class="bcp14">OPTIONAL</em> ; when implemented, a server <em class="bcp14">MUST</em> implement the above methods according to the semantics defined for them in <a href="#method.definitions" title="Method Definitions">Section 4.3</a>.1395 <p id="rfc.section.4.1.p.7">All general-purpose servers <em class="bcp14">MUST</em> support the methods GET and HEAD. All other methods are <em class="bcp14">OPTIONAL</em>. 1396 1396 </p> 1397 1397 <p id="rfc.section.4.1.p.8">Additional methods, outside the scope of this specification, have been standardized for use in HTTP. All such methods ought … … 4796 4796 </li> 4797 4797 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/542">http://tools.ietf.org/wg/httpbis/trac/ticket/542</a>>: "improve introduction of list rule" 4798 </li> 4799 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/545">http://tools.ietf.org/wg/httpbis/trac/ticket/545</a>>: "requirement on implementing methods according to their semantics" 4798 4800 </li> 4799 4801 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/546">http://tools.ietf.org/wg/httpbis/trac/ticket/546</a>>: "considerations for new headers: privacy" -
draft-ietf-httpbis/latest/p2-semantics.xml
r2586 r2601 1156 1156 <t> 1157 1157 All general-purpose servers &MUST; support the methods GET and HEAD. 1158 All other methods are &OPTIONAL;; when implemented, a server &MUST; 1159 implement the above methods according to the semantics defined for them 1160 in <xref target="method.definitions"/>. 1158 All other methods are &OPTIONAL;. 1161 1159 </t> 1162 1160 <t> … … 6331 6329 </t> 6332 6330 <t> 6331 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/545"/>: 6332 "requirement on implementing methods according to their semantics" 6333 </t> 6334 <t> 6333 6335 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/546"/>: 6334 6336 "considerations for new headers: privacy"
Note: See TracChangeset
for help on using the changeset viewer.