Sha256: 108a9dd8d91c61d50048e25c7e42d163c629f53d2f9f91dc2fe58c314db25a2c
Contents?: true
Size: 313 Bytes
Versions: 1
Compression:
Stored size: 313 Bytes
Contents
require 'http/version' require 'http/chainable' require 'http/client' require 'http/mime_type' require 'http/parameters' # THIS IS ENTIRELY TEMPORARY, I ASSURE YOU require 'net/https' require 'uri' # Http, it can be simple! module Http extend Chainable end # TIMTOWTDI! HTTP = Http HttpClient = Http::Client
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
http-0.0.1 | lib/http.rb |