160 Commits

Author SHA1 Message Date
rick
381c134a85 pull in Object#tap. what a fun ruby 1.9/ActiveSupport method! 2009-12-10 17:02:32 -08:00
Zack Hobson
47fc27ac6d Make API match the README, remove StringResponse.
For YajlResponse the JSON body was being returned directly instead of
the response object, which conflicted with the README. I also removed
the StringResponse class since it wasn't really being used.
2009-12-10 12:46:50 -08:00
rick
3c8a7daca6 add Typhoeus adapter, with parallel support 2009-12-10 08:59:53 -08:00
rick
d46bbceb07 add support for configurable Faraday::Connection#response_class 2009-12-10 07:14:06 -08:00
rick
46dfd02f26 use a cleaner block syntax for building the Faraday::Response 2009-12-10 07:00:57 -08:00
rick
c5e155f178 add streaming support 2009-12-10 06:55:35 -08:00
rick
a7416caeeb add basic NetHttp adapter with GET support. supply sinatra server for testing 2009-12-10 06:21:41 -08:00
rick
0a217b7248 paranoid about thread safety 2009-12-10 05:50:11 -08:00
rick
e1667ee024 add initial Faraday::Connection with #get method 2009-12-10 05:14:53 -08:00
rick
f6bf1677af Initial commit to faraday. 2009-12-10 04:43:53 -08:00