method
date
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
date()public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 68
def date
if date_header = get_header(DATE)
Time.httpdate(date_header)
end
end