# File lib/gh/remote.rb, line 76
    def http(verb, url, headers = {}, &block)
      connection.run_request(verb, url, nil, headers, &block)
    rescue Exception => error
      raise Error.new(error, nil, :verb => verb, :url => url, :headers => headers)
    end