class Rack::NonCache::DeprecatedFilter
Public Class Methods
apply(headers)
click to toggle source
# File lib/rack/noncache/filters.rb, line 70 def self.apply(headers) headers['HTTP_KEEP_ALIVE'] = 'timeout=3, max=993' end