class HTTParty::ConnectionAdapter

def self.call(uri, options)

Public
def self.call(uri, options)
  new(uri, options).connection
end