Changeset 1657 for draft-ietf-httpbis/latest
- Timestamp:
- 24/04/12 16:55:21 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1652 r1657 460 460 } 461 461 @bottom-center { 462 content: "Expires October 7, 2012";462 content: "Expires October 26, 2012"; 463 463 } 464 464 @bottom-right { … … 508 508 <meta name="dct.creator" content="Reschke, J. F."> 509 509 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 510 <meta name="dct.issued" scheme="ISO8601" content="2012-04- 05">510 <meta name="dct.issued" scheme="ISO8601" content="2012-04-24"> 511 511 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 512 512 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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. Furthermore, it defines HTTP message content, metadata, and content negotiation. #351"> … … 539 539 </tr> 540 540 <tr> 541 <td class="left">Expires: October 7, 2012</td>541 <td class="left">Expires: October 26, 2012</td> 542 542 <td class="right">greenbytes</td> 543 543 </tr> 544 544 <tr> 545 545 <td class="left"></td> 546 <td class="right">April 5, 2012</td>546 <td class="right">April 24, 2012</td> 547 547 </tr> 548 548 </tbody> … … 574 574 in progress”. 575 575 </p> 576 <p>This Internet-Draft will expire on October 7, 2012.</p>576 <p>This Internet-Draft will expire on October 26, 2012.</p> 577 577 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 578 578 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 4004 4004 <p id="rfc.section.C.p.18">Registration of Content Codings now requires IETF Review (<a href="#content.coding.registry" title="Content Coding Registry">Section 5.4.1</a>) 4005 4005 </p> 4006 <p id="rfc.section.C.p.19">Remove the default character encoding for text media types; the default now is whatever the media type definition says. (<a href="#canonicalization.and.text.defaults" title="Canonicalization and Text Defaults">Section 5.5.1</a>) 4006 <p id="rfc.section.C.p.19">Remove the default character encoding of "ISO-8859-1" for text media types; the default now is whatever the media type definition 4007 says. (<a href="#canonicalization.and.text.defaults" title="Canonicalization and Text Defaults">Section 5.5.1</a>) 4007 4008 </p> 4008 4009 <p id="rfc.section.C.p.20">Change ABNF productions for header fields to only define the field value. (<a href="#header.field.definitions" title="Header Field Definitions">Section 9</a>) -
draft-ietf-httpbis/latest/p2-semantics.xml
r1652 r1657 5466 5466 </t> 5467 5467 <t> 5468 Remove the default character encoding for text media types; the default5469 now is whatever the media type definition says.5468 Remove the default character encoding of "ISO-8859-1" for text media types; the 5469 default now is whatever the media type definition says. 5470 5470 (<xref target="canonicalization.and.text.defaults"/>) 5471 5471 </t>
Note: See TracChangeset
for help on using the changeset viewer.