Sha256: 27b6f0b0ba58c00695de7e2bed249f8b0885b8fa71bf3b53bf35bdf0e8197136

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

module Excon
  unless const_defined?(:VERSION)
    VERSION = '0.7.5'
  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.5 lib/excon/constants.rb