9 Commits

Author SHA1 Message Date
Ben Burkert
7d0defae6e
Options#fetch should not return the default for false or nil values. 2013-10-16 11:45:45 -07:00
risk danger olson
c9c1c4c23e allow custom env keys in an embedded hash 2013-10-13 11:16:39 -06:00
Mislav Marohnić
9c7eb9c643 enable hash-style access to special Options properties
Makes these equivalent:

  options[:request] == options.request
  proxy[:password] == proxy.password
2013-07-27 00:29:44 +02:00
technoweenie
e63f490693 more ProxyOptions tests 2012-12-30 11:35:16 -07:00
technoweenie
03504db53b allow you to set RequestOptions#proxy 2012-12-30 11:26:35 -07:00
technoweenie
76b53a6c2c add Faraday::Options#delete 2012-10-28 23:45:47 -06:00
technoweenie
18ff062f8d add nested options 2012-10-21 10:53:15 -06:00
technoweenie
cc21bf7abc deep hash merging 2012-10-21 10:44:31 -06:00
technoweenie
31dc6cfb92 basic Faraday::Options class 2012-10-21 10:38:19 -06:00