Changeset 2365 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 01/09/13 15:41:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2358 r2365 2 2 PUBLIC "-//W3C//DTD HTML 4.01//EN"> 3 3 <html lang="en"> 4 <head profile="http:// www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">4 <head profile="http://dublincore.org/documents/2008/08/04/dc-html/"> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 6 <title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title><script> … … 353 353 font-weight: bold; 354 354 } 355 .hidden {356 display: none;357 }358 355 .left { 359 356 text-align: left; … … 440 437 } 441 438 @top-right { 442 content: " August2013";439 content: "September 2013"; 443 440 } 444 441 @top-center { … … 449 446 } 450 447 @bottom-center { 451 content: "Expires February 13, 2014";448 content: "Expires March 5, 2014"; 452 449 } 453 450 @bottom-right { … … 489 486 <link href="p1-messaging.html" rel="prev"> 490 487 <link href="p4-conditional.html" rel="next"> 491 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 8, 2013/06/23 14:11:10, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">488 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.599, 2013/08/29 10:34:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 492 489 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 493 490 <meta name="dct.creator" content="Fielding, R."> 494 491 <meta name="dct.creator" content="Reschke, J. F."> 495 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 496 <meta name="dct.issued" scheme="ISO8601" content="2013-0 8-12">493 <meta name="dct.issued" scheme="ISO8601" content="2013-09-01"> 497 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 498 495 <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."> … … 522 519 <tr> 523 520 <td class="left">Intended status: Standards Track</td> 524 <td class="right"> August 12, 2013</td>521 <td class="right">September 1, 2013</td> 525 522 </tr> 526 523 <tr> 527 <td class="left">Expires: February 13, 2014</td>524 <td class="left">Expires: March 5, 2014</td> 528 525 <td class="right"></td> 529 526 </tr> … … 553 550 in progress”. 554 551 </p> 555 <p>This Internet-Draft will expire on February 13, 2014.</p>552 <p>This Internet-Draft will expire on March 5, 2014.</p> 556 553 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 554 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1765 1762 of a comparison between a set of validators obtained from prior representations of the target resource to the current state 1766 1763 of validators for the <a href="#representations" class="smpl">selected representation</a> (<a href="#response.validator" title="Validator Header Fields">Section 7.2</a>). Hence, these preconditions evaluate whether the state of the target resource has changed since a given state known by the 1767 client. The effect of such an evaluation depends on the method semantics and choice of conditional, as defined in <a href="p4-conditional.html#precedence" title=" Evaluation and Precedence">Section 5</a> of <a href="#Part4" id="rfc.xref.Part4.4"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[Part4]</cite></a>.1764 client. The effect of such an evaluation depends on the method semantics and choice of conditional, as defined in <a href="p4-conditional.html#precedence" title="Precedence">Section 6</a> of <a href="#Part4" id="rfc.xref.Part4.4"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[Part4]</cite></a>. 1768 1765 </p> 1769 1766 <div id="rfc.table.u.4"> … … 3986 3983 <tr> 3987 3984 <td class="reference"><b id="Part1">[Part1]</b></td> 3988 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), August 2013.3985 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), September 2013. 3989 3986 </td> 3990 3987 </tr> 3991 3988 <tr> 3992 3989 <td class="reference"><b id="Part4">[Part4]</b></td> 3993 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-latest">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), August 2013.3990 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-latest">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), September 2013. 3994 3991 </td> 3995 3992 </tr> 3996 3993 <tr> 3997 3994 <td class="reference"><b id="Part5">[Part5]</b></td> 3998 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), August 2013.3995 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), September 2013. 3999 3996 </td> 4000 3997 </tr> 4001 3998 <tr> 4002 3999 <td class="reference"><b id="Part6">[Part6]</b></td> 4003 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), August 2013.4000 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), September 2013. 4004 4001 </td> 4005 4002 </tr> 4006 4003 <tr> 4007 4004 <td class="reference"><b id="Part7">[Part7]</b></td> 4008 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-latest">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, Internet-Draft draft-ietf-httpbis-p7-auth-latest (work in progress), August 2013.4005 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-latest">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, Internet-Draft draft-ietf-httpbis-p7-auth-latest (work in progress), September 2013. 4009 4006 </td> 4010 4007 </tr> … … 4185 4182 <div class="avoidbreak"> 4186 4183 <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1> 4187 <address class="vcard"><span class="vcardline"><span class="fn">Roy T. Fielding</span>4184 <address><span class="vcardline"><b>Roy T. Fielding</b> 4188 4185 (editor) 4189 < span class="n hidden"><span class="family-name">Fielding</span><span class="given-name">Roy T.</span></span></span><span class="org vcardline">Adobe Systems Incorporated</span><span class="adr"><span class="street-address vcardline">345 Park Ave</span><span class="vcardline"><span class="locality">San Jose</span>, <span class="region">CA</span> <span class="postal-code">95110</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:fielding@gbiv.com"><span class="email">fielding@gbiv.com</span></a></span><span class="vcardline">URI: <a href="http://roy.gbiv.com/" class="url">http://roy.gbiv.com/</a></span></address>4190 <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span>4186 </span><span class="vcardline">Adobe Systems Incorporated</span><span class="vcardline">345 Park Ave</span><span class="vcardline">San Jose, CA 95110</span><span class="vcardline">USA</span><span class="vcardline">Email: <a href="mailto:fielding@gbiv.com">fielding@gbiv.com</a></span><span class="vcardline">URI: <a href="http://roy.gbiv.com/">http://roy.gbiv.com/</a></span></address> 4187 <address><span class="vcardline"><b>Julian F. Reschke</b> 4191 4188 (editor) 4192 < span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span> <span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline">Email: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address>4189 </span><span class="vcardline">greenbytes GmbH</span><span class="vcardline">Hafenweg 16</span><span class="vcardline">Muenster, NW 48155</span><span class="vcardline">Germany</span><span class="vcardline">Email: <a href="mailto:julian.reschke@greenbytes.de">julian.reschke@greenbytes.de</a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/">http://greenbytes.de/tech/webdav/</a></span></address> 4193 4190 </div> 4194 4191 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a id="differences.between.http.and.mime" href="#differences.between.http.and.mime">Differences between HTTP and MIME</a></h1> … … 4782 4779 <li><em>Section 4.1</em> <a href="#rfc.xref.Part4.10">6.1</a></li> 4783 4780 <li><em>Section 4.2</em> <a href="#rfc.xref.Part4.11">6.1</a></li> 4784 <li><em>Section 5</em> <a href="#rfc.xref.Part4.4">5.2</a></li>4781 <li><em>Section 6</em> <a href="#rfc.xref.Part4.4">5.2</a></li> 4785 4782 </ul> 4786 4783 </li>
Note: See TracChangeset
for help on using the changeset viewer.