{"id":78949,"library":"rack-proxy","title":"Rack Proxy","description":"A Rack app that provides request/response rewriting proxy capabilities with streaming.","status":"active","version":"0.8.2","language":"ruby","source_language":null,"source_url":"https://github.com/ncr/rack-proxy","tags":["rack","proxy","http","middleware"],"install":[{"cmd":"gem install rack-proxy","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'rack-proxy', '~> 0.8.2'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Rack::Proxy","correct":"require 'rack/proxy'"}],"quickstart":{"code":"require 'rack/proxy'\nclass MyProxy < Rack::Proxy\n  def rewrite_env(env)\n    env[\"HTTP_HOST\"] = \"example.com\"\n    env\n  end\nend\nrun MyProxy.new","lang":"ruby","description":"Create a simple proxy that rewrites the host header"},"warnings":[],"env_vars":null,"search_vec":"'app':5 'capabl':11 'http':16 'middlewar':17 'provid':7 'proxi':2,10,15 'rack':1,4,14 'request/response':8 'rewrit':9 'stream':13","created_at":"2026-06-18T04:36:10.078223+00:00","updated_at":"2026-06-18T04:36:10.078223+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ncr/rack-proxy","github":"https://github.com/ncr/rack-proxy","docs":"http://www.rubydoc.info/gems/rack-proxy/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}