lib/ethon/easy/options.rb in ethon-0.4.4 vs lib/ethon/easy/options.rb in ethon-0.5.0
- old
+ new
@@ -11,12 +11,13 @@
base.const_set(:AVAILABLE_OPTIONS, [
:dns_cache_timeout, :httppost, :httpget, :nobody, :upload,
:customrequest, :cainfo, :capath, :connecttimeout, :connecttimeout_ms,
:forbid_reuse, :followlocation, :httpauth, :infilesize, :interface,
:maxredirs, :nosignal, :postfieldsize, :copypostfields, :proxy,
- :proxyauth, :proxyport, :proxytype, :timeout, :timeout_ms, :readdata, :sslcert,
- :ssl_verifypeer, :ssl_verifyhost, :sslcerttype, :sslkey, :sslkeytype,
- :sslversion, :url, :useragent, :userpwd, :verbose, :readfunction
+ :proxyauth, :proxyport, :proxytype, :proxyuserpwd, :timeout, :timeout_ms,
+ :readdata, :sslcert, :ssl_verifypeer, :ssl_verifyhost, :sslcerttype,
+ :sslkey, :sslkeytype, :sslversion, :url, :useragent, :userpwd,
+ :verbose, :readfunction
])
base.send(:attr_accessor, *Ethon::Easy::AVAILABLE_OPTIONS)
end
module ClassMethods # :nodoc: