class Rack::NonCache::ProxyFilter

Public Class Methods

apply(headers) click to toggle source
# File lib/rack/noncache/filters.rb, line 20
def self.apply(headers)
  headers['HTTP_EXPIRES'] = Time.now.httpdate
end