Sha256: b261963b9110b21e23e2c832cc6a9adc502035b71f69769f291978947aad1c9b

Contents?: true

Size: 843 Bytes

Versions: 7135

Compression:

Stored size: 843 Bytes

Contents

# frozen_string_literal: true
require 'logger'
require 'ffi'
require 'thread'
begin
  require 'mime/types/columnar'
rescue LoadError
  begin
    require 'mime/types'
  rescue LoadError
  end
end
require 'tempfile'

require 'ethon/libc'
require 'ethon/curl'
require 'ethon/easy'
require 'ethon/errors'
require 'ethon/loggable'
require 'ethon/multi'
require 'ethon/version'

# Ethon is a very simple libcurl.
# It provides direct access to libcurl functionality
# as well as some helpers for doing http requests.
#
# Ethon was extracted from Typhoeus. If you want to
# see how others use Ethon look at the Typhoeus code.
#
# @see https://www.github.com/typhoeus/typhoeus Typhoeus
#
# @note Please update to the latest libcurl version in order
#   to benefit from all features and bugfixes.
#   http://curl.haxx.se/download.html
module Ethon
end

Version data entries

7,135 entries across 7,133 versions & 25 rubygems

Version Path
docspring-3.1.0 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_organization_ruby-0.123.317 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_bank_ruby-0.123.317 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_id_ruby-0.123.317 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_id_ruby-0.123.316 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_bank_ruby-0.123.316 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_organization_ruby-0.123.316 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_bank_ruby-0.123.315 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_id_ruby-0.123.315 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_organization_ruby-0.123.315 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_id_ruby-0.123.310 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_bank_ruby-0.123.310 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_organization_ruby-0.123.310 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_organization_ruby-0.123.309 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_bank_ruby-0.123.309 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_id_ruby-0.123.309 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_bank_ruby-0.123.307 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_organization_ruby-0.123.307 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_id_ruby-0.123.307 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
cybrid_api_bank_ruby-0.123.306 vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb