Sha256: 1f96ae52b2e53c38c66dacc74965b47ef4d376d374e3c1bae52af4aedae39767
Contents?: true
Size: 550 Bytes
Versions: 6
Compression:
Stored size: 550 Bytes
Contents
# frozen_string_literal: true require "http/parser" 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/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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
http-3.3.0 | lib/http.rb |
http-3.2.1 | lib/http.rb |
http-3.2.0 | lib/http.rb |
http-3.1.0 | lib/http.rb |
http-3.0.0 | lib/http.rb |
http-3.0.0.pre | lib/http.rb |