Changeset 958 for draft-ietf-httpbis/latest
- Timestamp:
- 28/07/10 03:46:23 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r957 r958 1207 1207 </p> 1208 1208 <h2 id="rfc.section.3.3"><a href="#rfc.section.3.3">3.3</a> <a id="message.body" href="#message.body">Message Body</a></h2> 1209 <p id="rfc.section.3.3.p.1">The message-body (if any) of an HTTP message is used to carry the payload body associated with the request or response. The 1210 message-body differs from the payload body only when a transfer-coding has been applied, as indicated by the Transfer-Encoding 1211 header field (<a href="#header.transfer-encoding" id="rfc.xref.header.transfer-encoding.1" title="Transfer-Encoding">Section 9.7</a>). 1212 </p> 1209 <p id="rfc.section.3.3.p.1">The message-body (if any) of an HTTP message is used to carry the payload body associated with the request or response.</p> 1213 1210 <div id="rfc.figure.u.29"></div><pre class="inline"><span id="rfc.iref.g.44"></span> <a href="#message.body" class="smpl">message-body</a> = *OCTET 1214 </pre><p id="rfc.section.3.3.p.3"> When one or more transfer-codings are applied to a payload body, usually for the sake of stream-delimiting or data compression,1215 the Transfer-Encoding header field <em class="bcp14">MUST</em> be provided with the list of transfer-codings applied. Transfer-Encoding is a property of the message, not of the payload,1216 and thus <em class="bcp14">MAY</em> be added or removed by any implementation along the request/response chain under the constraints found in <a href="#transfer.codings" title="Transfer Codings">Section 6.2</a>.1211 </pre><p id="rfc.section.3.3.p.3">The message-body differs from the payload body only when a transfer-coding has been applied, as indicated by the Transfer-Encoding 1212 header field (<a href="#header.transfer-encoding" id="rfc.xref.header.transfer-encoding.1" title="Transfer-Encoding">Section 9.7</a>). When one or more transfer-codings are applied to a payload in order to form the message-body, the Transfer-Encoding header 1213 field <em class="bcp14">MUST</em> contain the list of transfer-codings applied. Transfer-Encoding is a property of the message, not of the payload, and thus <em class="bcp14">MAY</em> be added or removed by any implementation along the request/response chain under the constraints found in <a href="#transfer.codings" title="Transfer Codings">Section 6.2</a>. 1217 1214 </p> 1218 1215 <p id="rfc.section.3.3.p.4">The rules for when a message-body is allowed in a message differ for requests and responses.</p> -
draft-ietf-httpbis/latest/p1-messaging.xml
r957 r958 1250 1250 <t> 1251 1251 The message-body (if any) of an HTTP message is used to carry the 1252 payload body associated with the request or response. The message-body 1253 differs from the payload body only when a transfer-coding has been 1254 applied, as indicated by the Transfer-Encoding header field (<xref target="header.transfer-encoding"/>). 1252 payload body associated with the request or response. 1255 1253 </t> 1256 1254 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="message-body"/> … … 1258 1256 </artwork></figure> 1259 1257 <t> 1260 When one or more transfer-codings are applied to a payload body, 1261 usually for the sake of stream-delimiting or data compression, the 1262 Transfer-Encoding header field &MUST; be provided with the list of 1258 The message-body differs from the payload body only when a transfer-coding 1259 has been applied, as indicated by the Transfer-Encoding header field (<xref target="header.transfer-encoding"/>). When one or more transfer-codings are 1260 applied to a payload in order to form the message-body, the 1261 Transfer-Encoding header field &MUST; contain the list of 1263 1262 transfer-codings applied. Transfer-Encoding is a property of the message, 1264 1263 not of the payload, and thus &MAY; be added or removed by any implementation
Note: See TracChangeset
for help on using the changeset viewer.