class Ethon::Easy::Http::Custom

def initialize(verb, url, options)

def initialize(verb, url, options)
  @verb = verb
  super(url, options)
end