method
weak_etag=
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
weak_etag=(weak_validators)public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 104
def weak_etag=(weak_validators)
set_header 'ETag', generate_weak_etag(weak_validators)
end