Options.new(:params_encoder, :proxy, :bind, :timeout, :open_timeout, :boundary, :oauth)
# File lib/faraday/options.rb, line 195 def []=(key, value) if key && key.to_sym == :proxy super(key, value ? ProxyOptions.from(value) : nil) else super(key, value) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.