# File lib/mechanize/page.rb, line 190
  def content_type
    @meta_content_type || response['content-type']
  end