class HTTP::Client

def perform(req, options)

Perform a single (no follow) HTTP request
def perform(req, options)
  options.cache.perform(req, options) do |r, opts|
    make_request(r, opts)
  end
end