No commit activity in last 3 years
No release in over 3 years
Implements a simple reverse HTTP proxy - useful for advanced configuration or inspection of reverse proxies in development.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

HTTP Reverse proxy server¶ ↑

This library is not meant for production use. It is based on a snippet on RubyForge and was packaged as gem to make it easily available.

You may use this class, to programmatically set up a quick and simple reverse proxy. I found it useful to implement advanced inspection of an HTTP communication between an uncontrolled client and server.

Documentation¶ ↑

See WEBrick::HTTPReverseProxyServer for more information.

License¶ ↑

The code was originally released in 2006 by Richard Kernahan on Rubyforge.

http://rubyforge.org/snippet/detail.php?type=snippet&id=117

It was packaged as RubyGem by Gregor Schmidt.

The code is release under the terms of the Artistic License.