# File lib/bullet/rack.rb, line 68
    def html_request?(headers, response)
      headers['Content-Type'] && headers['Content-Type'].include?('text/html') && response_body(response).include?('<html')
    end