Module: Excon

Defined in:
lib/excon.rb,
lib/excon/errors.rb,
lib/excon/response.rb,
lib/excon/connection.rb

Defined Under Namespace

Modules: Errors Classes: Connection, Response

Constant Summary collapse

VERSION =
'0.3.4'
CHUNK_SIZE =

1 megabyte

1048576

Class Method Summary collapse

Class Method Details

.new(url, params = {}) ⇒ Object



29
30
31
# File 'lib/excon.rb', line 29

def self.new(url, params = {})
  Excon::Connection.new(url, params)
end