
A Rack app that provides request/response rewriting proxy capabilities with streaming. Subclass `Rack::Proxy` and provide `rewrite_env` and `rewrite_response` methods.
Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby.