# File lib/new_relic/rack/browser_monitoring.rb, line 61 def is_html?(headers) headers[CONTENT_TYPE] && headers[CONTENT_TYPE].include?(TEXT_HTML) end