Module: Rack::Cache::Purge::Http
- Defined in:
- lib/rack/cache/purge/http.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
5 6 7 |
# File 'lib/rack/cache/purge/http.rb', line 5 def call(env) http_purge?(env) ? http_purge(env) : super end |