How to Install ruby-rack-proxy in Ubuntu 18.04



Install ruby-rack-proxy by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-rack-proxy

Description:

request/response rewriting HTTP proxy rack app

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.

Homepage: http://rubygems.org/gems/rack-proxy

Version: 0.6.1-2

Section: universe/ruby