Sha256: 3e5d85df7083eef54e5ec2f7e67f238dff36e4bb7c4bdfd87c0e4ca1acc07e81

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

module Excon
  unless const_defined?(:VERSION)
    VERSION = '0.7.0'
  end

  unless const_defined?(:CHUNK_SIZE)
    CHUNK_SIZE = 1048576 # 1 megabyte
  end
  
  unless const_defined?(:HTTP_VERBS)
    HTTP_VERBS = %w{connect delete get head options post put trace}
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
excon-0.7.0 lib/excon/constants.rb