README.md in em-http-request-0.2.15 vs README.md in em-http-request-0.3.0
- old
+ new
@@ -84,10 +84,12 @@
POSTing data example
--------------------
+For multi-part uploads, please see [this gist](https://gist.github.com/778639).
+
EventMachine.run {
http1 = EventMachine::HttpRequest.new('http://www.website.com/').post :body => {"key1" => 1, "key2" => [2,3]}
http2 = EventMachine::HttpRequest.new('http://www.website.com/').post :body => "some data"
# ...
@@ -164,5 +166,10 @@
http.send "Pong: #{msg}"
}
http.disconnect { puts "oops, dropped connection?" }
}
+
+License
+-------
+
+(MIT License) - Copyright (c) 2011 Ilya Grigorik
\ No newline at end of file