Changeset 2252 for draft-ietf-httpbis/latest
- Timestamp:
- 19/05/13 06:45:55 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2251 r2252 835 835 ETag: "34aa387-d-1568eb00" 836 836 Accept-Ranges: bytes 837 Content-Length: 14837 Content-Length: 51 838 838 Vary: Accept-Encoding 839 839 Content-Type: text/plain 840 840 841 <span id="exbody">Hello World! 842 </span></pre><p>(Note that the content length includes the trailing CR/LF sequence of the body text)</p> 843 <h2 id="rfc.section.2.2"><a href="#rfc.section.2.2">2.2</a> <a id="implementation-diversity" href="#implementation-diversity">Implementation Diversity</a></h2> 841 <span id="exbody">Hello World! My payload includes a trailing CRLF. 842 </span></pre><h2 id="rfc.section.2.2"><a href="#rfc.section.2.2">2.2</a> <a id="implementation-diversity" href="#implementation-diversity">Implementation Diversity</a></h2> 844 843 <p id="rfc.section.2.2.p.1">When considering the design of HTTP, it is easy to fall into a trap of thinking that all user agents are general-purpose browsers 845 844 and all origin servers are large public websites. That is not the case in practice. Common HTTP user agents include household -
draft-ietf-httpbis/latest/p1-messaging.xml
r2246 r2252 386 386 Content-Type: text/plain 387 387 388 <x:span anchor="exbody">Hello World! 388 <x:span anchor="exbody">Hello World! My payload includes a trailing CRLF. 389 389 </x:span></artwork> 390 <postamble> 391 (Note that the content length includes the trailing CR/LF sequence of the body text) 392 </postamble></figure> 390 </figure> 393 391 </section> 394 392
Note: See TracChangeset
for help on using the changeset viewer.