# File lib/typhoeus/hydra.rb, line 220
    def initialize(url, method)
      @url      = url
      @method   = method
      @requests = []
    end