method
should_apply_vary_header?
v7.1.3.4 -
Show latest stable
- Class:
ActionDispatch::Http::MimeNegotiation
should_apply_vary_header?()public
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_negotiation.rb, line 166
def should_apply_vary_header?
!params_readable? && use_accept_header && valid_accept_header
end