Class: Rack::NonCache::DeprecatedFilter
- Inherits:
-
Object
- Object
- Rack::NonCache::DeprecatedFilter
- Defined in:
- lib/rack/noncache/filters.rb
Class Method Summary collapse
Class Method Details
.apply(headers) ⇒ Object
70 71 72 |
# File 'lib/rack/noncache/filters.rb', line 70 def self.apply(headers) headers['HTTP_KEEP_ALIVE'] = 'timeout=3, max=993' end |