# File lib/mechanize/http/agent.rb, line 799
  def response_parse response, body_io, uri
    @context.parse uri, response, body_io
  end