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