Skip to content

FlipPath/webrick_httpreverseproxyserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implements a simple reverse HTTP proxy server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages