Changeset 1261 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 07/04/11 01:08:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1257 r1261 458 458 <t> 459 459 New method definitions need to indicate whether they are safe (<xref 460 target="safe.methods"/>) and whether they are idempotent (<xref 461 target="idempotent.methods"/>). They also need to state whether they can be 462 cached (&caching;); in particular what conditions a cache may store the 463 response, and under what conditions such a stored response may be used to 464 satisfy a subsequent request. 460 target="safe.methods"/>), what semantics (if any) the request body has, 461 and whether they are idempotent (<xref target="idempotent.methods"/>). 462 They also need to state whether they can be cached (&caching;); in 463 particular what conditions a cache may store the response, and under what 464 conditions such a stored response may be used to satisfy a subsequent 465 request. 465 466 </t> 466 467 </section> … … 880 881 completed without transferring data already held by the client. 881 882 </t> 883 <t>Bodies on GET requests have no defined semantics. Note that sending a body 884 on a GET request might cause some existing implementations to reject the 885 request. 886 </t> 882 887 <t> 883 888 The response to a GET request is cacheable and &MAY; be used to satisfy … … 913 918 or Last-Modified), then the cache &MUST; treat the cache entry as 914 919 stale. 920 </t> 921 <t>Bodies on HEAD requests have no defined semantics. Note that sending a body 922 on a HEAD request might cause some existing implementations to reject the 923 request. 915 924 </t> 916 925 </section> … … 1114 1123 but the response does not include a representation. 1115 1124 </t> 1125 <t>Bodies on DELETE requests have no defined semantics. Note that sending a body 1126 on a DELETE request might cause some existing implementations to reject the 1127 request. 1128 </t> 1116 1129 <t> 1117 1130 Responses to the DELETE method are not cacheable. If a DELETE request … … 1188 1201 1189 1202 </artwork></figure> 1203 <t>Bodies on CONNECT requests have no defined semantics. Note that sending a body 1204 on a CONNECT request might cause some existing implementations to reject the 1205 request. 1206 </t> 1190 1207 <t> 1191 1208 Like any other pipelined HTTP/1.1 request, data to be tunnel may be … … 4086 4103 "untangle ABNFs for header fields" 4087 4104 </t> 4105 <t> 4106 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/251"/>: 4107 "message-body in CONNECT request" 4108 </t> 4088 4109 </list> 4089 4110 </t>
Note: See TracChangeset
for help on using the changeset viewer.