# File lib/yard/server/rack_adapter.rb, line 87
  def xhr?; (env['HTTP_X_REQUESTED_WITH'] || "").downcase == "xmlhttprequest" end