Changeset 2586
- Timestamp:
- 26/01/14 08:14:42 (7 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2585 r2586 448 448 } 449 449 @bottom-center { 450 content: "Expires July 29, 2014";450 content: "Expires July 30, 2014"; 451 451 } 452 452 @bottom-right { … … 490 490 <meta name="dct.creator" content="Reschke, J. F."> 491 491 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-2 5">492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-26"> 493 493 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 519 519 <tr> 520 520 <td class="left">Intended status: Standards Track</td> 521 <td class="right">January 2 5, 2014</td>521 <td class="right">January 26, 2014</td> 522 522 </tr> 523 523 <tr> 524 <td class="left">Expires: July 29, 2014</td>524 <td class="left">Expires: July 30, 2014</td> 525 525 <td class="right"></td> 526 526 </tr> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on July 29, 2014.</p>553 <p>This Internet-Draft will expire on July 30, 2014.</p> 554 554 </div> 555 555 <div id="rfc.copyrightnotice"> … … 1466 1466 <p id="rfc.section.3.3.1.p.6">Unlike <a href="p2-semantics.html#header.content-encoding" class="smpl">Content-Encoding</a> (<a href="p2-semantics.html#content.codings" title="Content Codings">Section 3.1.2.1</a> of <a href="#Part2" id="rfc.xref.Part2.14"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[Part2]</cite></a>), Transfer-Encoding is a property of the message, not of the representation, and any recipient along the request/response 1467 1467 chain <em class="bcp14">MAY</em> decode the received transfer coding(s) or apply additional transfer coding(s) to the message body, assuming that corresponding 1468 changes are made to the Transfer-Encoding field-value. Additional information about the encoding parameters <em class="bcp14">MAY</em> be provided by other header fields not defined by this specification. 1468 changes are made to the Transfer-Encoding field-value. Additional information about the encoding parameters can be provided 1469 by other header fields not defined by this specification. 1469 1470 </p> 1470 1471 <p id="rfc.section.3.3.1.p.7">Transfer-Encoding <em class="bcp14">MAY</em> be sent in a response to a HEAD request or in a <a href="p4-conditional.html#status.304" class="smpl">304 (Not Modified)</a> response (<a href="p4-conditional.html#status.304" title="304 Not Modified">Section 4.1</a> of <a href="#Part4" id="rfc.xref.Part4.2"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[Part4]</cite></a>) to a GET request, neither of which includes a message body, to indicate that the origin server would have applied a transfer -
draft-ietf-httpbis/latest/p1-messaging.xml
r2585 r2586 1594 1594 transfer coding(s) or apply additional transfer coding(s) to the message 1595 1595 body, assuming that corresponding changes are made to the Transfer-Encoding 1596 field-value. Additional information about the encoding parameters &MAY;be1596 field-value. Additional information about the encoding parameters can be 1597 1597 provided by other header fields not defined by this specification. 1598 1598 </t> -
draft-ietf-httpbis/latest/p2-semantics.html
r2580 r2586 448 448 } 449 449 @bottom-center { 450 content: "Expires July 28, 2014";450 content: "Expires July 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="2014-01-2 4">495 <meta name="dct.issued" scheme="ISO8601" content="2014-01-26"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 497 497 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is a stateless 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">January 2 4, 2014</td>523 <td class="right">January 26, 2014</td> 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: July 28, 2014</td>526 <td class="left">Expires: July 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 July 28, 2014.</p>555 <p>This Internet-Draft will expire on July 30, 2014.</p> 556 556 </div> 557 557 <div id="rfc.copyrightnotice"> … … 1033 1033 <div id="rfc.figure.u.9"></div><pre class="text"> Content-Encoding: gzip 1034 1034 </pre><p id="rfc.section.3.1.2.2.p.5">If one or more encodings have been applied to a representation, the sender that applied the encodings <em class="bcp14">MUST</em> generate a Content-Encoding header field that lists the content codings in the order in which they were applied. Additional 1035 information about the encoding parameters <em class="bcp14">MAY</em>be provided by other header fields not defined by this specification.1035 information about the encoding parameters can be provided by other header fields not defined by this specification. 1036 1036 </p> 1037 1037 <p id="rfc.section.3.1.2.2.p.6">Unlike Transfer-Encoding (<a href="p1-messaging.html#header.transfer-encoding" title="Transfer-Encoding">Section 3.3.1</a> of <a href="#Part1" id="rfc.xref.Part1.10"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing">[Part1]</cite></a>), the codings listed in Content-Encoding are a characteristic of the representation; the representation is defined in terms -
draft-ietf-httpbis/latest/p2-semantics.xml
r2580 r2586 591 591 that applied the encodings &MUST; generate a Content-Encoding header field 592 592 that lists the content codings in the order in which they were applied. 593 Additional information about the encoding parameters &MAY;be provided593 Additional information about the encoding parameters can be provided 594 594 by other header fields not defined by this specification. 595 595 </t>
Note: See TracChangeset
for help on using the changeset viewer.