Registry / networking / rack-proxy

rack-proxy

JSON →
library0.8.2rbrubygemsunverified

A Rack app that provides request/response rewriting proxy capabilities with streaming.

gem install rack-proxy
INSTALL
IMPORT
SIG · RACK-PROXY
R
rack-proxy
networkingrubyv0.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rack::Proxy
✓ require 'rack/proxy'

Create a simple proxy that rewrites the host header

require 'rack/proxy' class MyProxy < Rack::Proxy def rewrite_env(env) env["HTTP_HOST"] = "example.com" env end end run MyProxy.new
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
rack-proxy — gem install rack-proxy · libregistry