Asynchronous HTTP Client (EventMachine + Ruby)
Forked from igrigorik/em-http-request Wed Jun 24 09:31:37 -0700 2009
Last updated Sun Dec 06 03:59:17 -0800 2009
'cause my way is better!
Forked from adamwiggins/rush Mon Jul 20 11:36:08 -0700 2009
Last updated Mon Jul 20 11:53:26 -0700 2009
80 commits »
Replace URI with Addressable::URI
update gemspec for test name change
Add require 'stringio'
Remove encoding check in the headers, it breaks content encoding.
Fix for when content_length isn't set.
Merge branch 'query_string_in_path' of git://github.com/maxlapshin/em-http-request
pedantic formatting changes
Merge branch 'head_support' of git://github.com/maxlapshin/em-http-request
fix dns error case; cleanup tests
Support for work without ContentLength
support for right glueing query_string and query params
wrong spec. Timeout 2, means, that not earlier than in 2 seconds, control will return.
HEAD request
refactoring :on_response to use http.stream block instead -- consistent interface.
adding cookie support (get & set)
Merge branch 'master' of git@github.com:igrigorik/em-http-request
adding rake spec task
timeout quicker to speed up tests
fix 1.9 encoding issue
add screencast info