# File lib/em-http/mock.rb, line 52
    def self.count(uri, method)
      method = method.to_s.upcase
      @@registry_count[uri][method]
    end