README in rev-0.1.0 vs README in rev-0.1.1
- old
+ new
@@ -66,9 +66,12 @@
* Rev::TCPServer - A wrapper for TCPServer which creates new instances of
Rev::TCPSocket (or any subclass you wish to provide) whenever an incoming
connection is received.
+* Rev::HttpClient - An HTTP/1.1 client with support for chunked encoding
+ and streaming response processing through asynchronous callbacks.
+
== Example Program
Below is an example of how to write an echo server:
PORT = 4321