Sha256: 93488a62c817c2c6dadd0af6991d5d1d26863170f2e06bfce02286d1e6c18297
Contents?: true
Size: 550 Bytes
Versions: 22
Compression:
Stored size: 550 Bytes
Contents
# frozen_string_literal: true require "http/errors" require "http/timeout/null" require "http/timeout/per_operation" require "http/timeout/global" require "http/chainable" require "http/client" require "http/connection" require "http/options" require "http/feature" require "http/request" require "http/request/writer" require "http/response" require "http/response/body" require "http/response/parser" # HTTP should be easy module HTTP extend Chainable class << self # HTTP[:accept => 'text/html'].get(...) alias [] headers end end
Version data entries
22 entries across 22 versions & 3 rubygems