# File lib/httpclient/session.rb, line 155
    def reset(uri)
      site = Site.new(uri)
      close(site)
    end