method

weak_etag=

rails latest stable - Class: ActionDispatch::Http::Cache::Response
weak_etag=(weak_validators)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 105
        def weak_etag=(weak_validators)
          set_header "ETag", generate_weak_etag(weak_validators)
        end