Module: HTTParty::Persistent::ClassMethods

Defined in:
lib/httparty/persistent.rb

Instance Method Summary collapse

Instance Method Details

#persistent_connection_adapter(opts = {}) ⇒ Object



5
6
7
# File 'lib/httparty/persistent.rb', line 5

def persistent_connection_adapter(opts={})
  connection_adapter(HTTParty::Persistent::ConnectionAdapter.new, opts)
end