method
date=
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
date=(utc_time)public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 81
def date=(utc_time)
headers[DATE] = utc_time.httpdate
end