module NetHTTP

Constants

VERSION

Public Instance Methods

client(opts = {}) click to toggle source
# File lib/client/client.rb, line 91
def client(opts = {})
  Client.new(opts)
end