# File lib/rack/request.rb, line 199
def
xhr?
@env
[
"HTTP_X_REQUESTED_WITH"
]
==
"XMLHttpRequest"
end