Changeset 2555
- Timestamp:
- 17/01/14 20:50:56 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2554 r2555 3170 3170 <div id="compatibility"> 3171 3171 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a href="#compatibility">HTTP Version History</a></h1> 3172 <p id="rfc.section.A.p.1">HTTP has been in use by the World-Wide Web global information initiative since 1990. The first version of HTTP, later referred3173 to as HTTP/0.9, was a simple protocol for hypertext data transfer across the Internet with only a single request method (GET)3174 and no metadata. HTTP/1.0, as defined by <a href="#RFC1945" id="rfc.xref.RFC1945.3"><cite title="Hypertext Transfer Protocol -- HTTP/1.0">[RFC1945]</cite></a>, added a range of request methods and MIME-like messaging that could include metadata about the data transferred and modifiers3172 <p id="rfc.section.A.p.1">HTTP has been in use by the World-Wide Web (WWW) global information initiative since 1990. The first version of HTTP, later 3173 referred to as HTTP/0.9, was a simple protocol for hypertext data transfer across the Internet with only a single request 3174 method (GET) and no metadata. HTTP/1.0, as defined by <a href="#RFC1945" id="rfc.xref.RFC1945.3"><cite title="Hypertext Transfer Protocol -- HTTP/1.0">[RFC1945]</cite></a>, added a range of request methods and MIME-like messaging that could include metadata about the data transferred and modifiers 3175 3175 on the request/response semantics. However, HTTP/1.0 did not sufficiently take into consideration the effects of hierarchical 3176 3176 proxies, caching, the need for persistent connections, or name-based virtual hosts. The proliferation of incompletely-implemented -
draft-ietf-httpbis/latest/p1-messaging.xml
r2554 r2555 5030 5030 <section title="HTTP Version History" anchor="compatibility"> 5031 5031 <t> 5032 HTTP has been in use by the World-Wide Web global information initiative5032 HTTP has been in use by the World-Wide Web (WWW) global information initiative 5033 5033 since 1990. The first version of HTTP, later referred to as HTTP/0.9, 5034 5034 was a simple protocol for hypertext data transfer across the Internet
Note: See TracChangeset
for help on using the changeset viewer.