method
valid_accept_header
rails latest stable - Class:
ActionDispatch::Http::MimeNegotiation
valid_accept_header()private
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_negotiation.rb, line 181
def valid_accept_header
(xhr? && (accept.present? || content_mime_type)) ||
(accept.present? && !accept.match?(BROWSER_LIKE_ACCEPTS))
end