Changeset 1079 for draft-ietf-httpbis
- Timestamp:
- 07/11/10 15:55:57 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1072 r1079 403 403 <meta name="dct.creator" content="Reschke, J. F."> 404 404 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 405 <meta name="dct.issued" scheme="ISO8601" content="2010-11-0 1">405 <meta name="dct.issued" scheme="ISO8601" content="2010-11-07"> 406 406 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 407 407 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia 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."> … … 434 434 </tr> 435 435 <tr> 436 <td class="left">Expires: May 5, 2011</td>436 <td class="left">Expires: May 11, 2011</td> 437 437 <td class="right">HP</td> 438 438 </tr> … … 487 487 <tr> 488 488 <td class="left"></td> 489 <td class="right">November 1, 2010</td>489 <td class="right">November 7, 2010</td> 490 490 </tr> 491 491 </tbody> … … 514 514 in progress”. 515 515 </p> 516 <p>This Internet-Draft will expire on May 5, 2011.</p>516 <p>This Internet-Draft will expire on May 11, 2011.</p> 517 517 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 518 518 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 962 962 </li> 963 963 <li>If the response status code is 204, 206, or 304 and the request method was GET or HEAD, the response payload is a partial 964 representation of the target (see <a href="p6-cache.html#combining.responses" title="Combining Responses">Section 2.8</a> of <a href="#Part6" id="rfc.xref.Part6.7"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>).964 representation of the target resource (see <a href="p6-cache.html#combining.responses" title="Combining Responses">Section 2.8</a> of <a href="#Part6" id="rfc.xref.Part6.7"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>). 965 965 </li> 966 966 <li>If the response has a Content-Location header field, and that URI is the same as the effective request URI, the response payload -
draft-ietf-httpbis/latest/p2-semantics.xml
r1072 r1079 759 759 <t>If the response status code is 204, 206, or 304 and the request method was GET 760 760 or HEAD, the response payload is a partial representation of the target 761 (see &combining-responses;).</t>761 resource (see &combining-responses;).</t> 762 762 <t>If the response has a Content-Location header field, and that URI is the same 763 763 as the effective request URI, the response payload is a representation of the
Note: See TracChangeset
for help on using the changeset viewer.