Changeset 2525 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 27/12/13 18:57:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2519 r2525 448 448 } 449 449 @bottom-center { 450 content: "Expires June 23, 2014";450 content: "Expires June 30, 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="2013-12-2 0">495 <meta name="dct.issued" scheme="ISO8601" content="2013-12-27"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 497 497 <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."> … … 521 521 <tr> 522 522 <td class="left">Intended status: Standards Track</td> 523 <td class="right">December 2 0, 2013</td>523 <td class="right">December 27, 2013</td> 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: June 23, 2014</td>526 <td class="left">Expires: June 30, 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 June 23, 2014.</p>555 <p>This Internet-Draft will expire on June 30, 2014.</p> 556 556 </div> 557 557 <div id="rfc.copyrightnotice"> … … 824 824 <div id="notation"> 825 825 <h2 id="rfc.section.1.2"><a href="#rfc.section.1.2">1.2</a> <a href="#notation">Syntax Notation</a></h2> 826 <p id="rfc.section.1.2.p.1">This specification uses the Augmented Backus-Naur Form (ABNF) notation of <a href="#RFC5234" id="rfc.xref.RFC5234.1"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a> with the list rule extension defined in <a href="p1-messaging.html#abnf.extension" title="ABNF list extension: #rule">Section 7</a> of <a href="#Part1" id="rfc.xref.Part1.3"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[Part1]</cite></a>. <a href="#imported.abnf" title="Imported ABNF">Appendix C</a> describes rules imported from other documents. <a href="#collected.abnf" title="Collected ABNF">Appendix D</a> shows the collected ABNF with the list rule expanded.826 <p id="rfc.section.1.2.p.1">This specification uses the Augmented Backus-Naur Form (ABNF) notation of <a href="#RFC5234" id="rfc.xref.RFC5234.1"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a> with an extension defined in <a href="p1-messaging.html#abnf.extension" title="ABNF list extension: #rule">Section 7</a> of <a href="#Part1" id="rfc.xref.Part1.3"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[Part1]</cite></a> that adds compact support for comma-separated lists with the addition of a '#' operator, similar to the '*' operator. <a href="#imported.abnf" title="Imported ABNF">Appendix C</a> describes rules imported from other documents. <a href="#collected.abnf" title="Collected ABNF">Appendix D</a> shows the collected ABNF with the rules using the list operator expanded to standard ABNF notation. 827 827 </p> 828 828 <p id="rfc.section.1.2.p.2">This specification uses the terms "character", "character encoding scheme", "charset", and "protocol element" as they are … … 4741 4741 <div id="changes.since.25"> 4742 4742 <h2 id="rfc.section.E.3"><a href="#rfc.section.E.3">E.3</a> <a href="#changes.since.25">Since draft-ietf-httpbis-p2-semantics-25</a></h2> 4743 <p id="rfc.section.E.3.p.1">Partly resolved issues: </p> 4743 <p id="rfc.section.E.3.p.1">Closed issues: </p> 4744 <ul> 4745 <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" 4746 </li> 4747 </ul> 4748 <p id="rfc.section.E.3.p.2">Partly resolved issues: </p> 4744 4749 <ul> 4745 4750 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/532">http://tools.ietf.org/wg/httpbis/trac/ticket/532</a>>: "IESG ballot on draft-ietf-httpbis-p2-semantics-25"
Note: See TracChangeset
for help on using the changeset viewer.