Changeset 768 for draft-ietf-httpbis
- Timestamp:
- 04/03/10 14:30:09 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r767 r768 402 402 <meta name="dct.creator" content="Reschke, J. F."> 403 403 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 404 <meta name="dct.issued" scheme="ISO8601" content="2010-03-0 3">404 <meta name="dct.issued" scheme="ISO8601" content="2010-03-04"> 405 405 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 406 406 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document is Part 6 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 428 428 </tr> 429 429 <tr> 430 <td class="left">Expires: September 4, 2010</td>430 <td class="left">Expires: September 5, 2010</td> 431 431 <td class="right">J. Mogul</td> 432 432 </tr> … … 489 489 <tr> 490 490 <td class="left"></td> 491 <td class="right">March 3, 2010</td>491 <td class="right">March 4, 2010</td> 492 492 </tr> 493 493 </tbody> … … 519 519 <p>The list of Internet-Draft Shadow Directories can be accessed at <a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>. 520 520 </p> 521 <p>This Internet-Draft will expire in September 4, 2010.</p>521 <p>This Internet-Draft will expire in September 5, 2010.</p> 522 522 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 523 523 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p6-cache.xml
r767 r768 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <?xml-stylesheet type='text/xsl' href=' rfc2629.xslt'?>2 <?xml-stylesheet type='text/xsl' href='../myxml2rfc.xslt'?> 3 3 <!DOCTYPE rfc [ 4 4 <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>"> … … 2038 2038 <cref anchor="TODO-nonmod2" source="jre">This used to refer to the text about non-modifiable headers, and will have to be updated later on.</cref> 2039 2039 </t> 2040 <t 2041 >Range request responses would become very verbose if all meta-data were always returned;2040 <t> 2041 Range request responses would become very verbose if all meta-data were always returned; 2042 2042 by allowing the server to only send needed headers in a 206 response, this problem can be 2043 2043 avoided.
Note: See TracChangeset
for help on using the changeset viewer.