6 Commits

Author SHA1 Message Date
technoweenie
fa397470e2 simplify test requires 2012-10-21 10:25:34 -06:00
Mislav Marohnić
14ee662e25 add additional 2nd arg to get/head/delete(): a query params hash
This is backwards-incompatible.

The signature for these methods was:
  (url, headers)

Now it is:
  (url, params, headers)

The params hash adds values to the query string of the request.

Closes #88
2012-01-06 15:14:21 +01:00
Mislav Marohnić
8f7f6694da remove dependency on Addressable::URI
This is a potentially breaking change for 3rd party code that relies on
env[:url] being specifically Addressable. After this change all urls are
passed around as instances of URI::HTTP.
2011-12-30 15:08:14 +01:00
Mislav Marohnić
121080f7e2 turn Logger from adapter to response middleware 2011-03-26 21:25:13 +01:00
rick
7d12ed5ddb Faraday.new shortcut 2011-02-27 10:20:18 -08:00
rick
1507503f68 add logger adapter 2011-02-19 12:39:03 -08:00