Beats Rack Middleware
An assorted collection of Goliath compatible Rack middleware.
- Beats::Rack::Cors - Adds Cross-Origin Resource Sharing headers for cross-domain Ajax calls.
- Beats::Rack::NoCache - Adds cache headers that tells clients that the response should never be cached.
- Beats::Rack::Cache - Monkey patched version of Rack::Cache that works with Goliath.