method

date=

rails latest stable - Class: ActionDispatch::Http::Cache::Response
date=(utc_time)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 78
        def date=(utc_time)
          set_header DATE, utc_time.httpdate
        end