Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/http-proxy-builder
Assemble several HTTP::Proxy-based proxies into a single one
https://github.com/book/http-proxy-builder
Last synced: about 1 month ago
JSON representation
Assemble several HTTP::Proxy-based proxies into a single one
- Host: GitHub
- URL: https://github.com/book/http-proxy-builder
- Owner: book
- Created: 2009-04-24T15:46:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T07:33:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T12:36:53.367Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/HTTP-Proxy-Builder/
- Size: 89.8 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
HTTP-Proxy-Builder
HTTP::Proxy::Builder is a module designed to help you create proxies in a
"modular" way.Until now, HTTP::Proxy programs started as a simple one-purpose program,
and quickly grew out of that when one started to "enhance" more and more
web sites. Sometimes not all the features are needed, and commenting out
large sections of a big proxy script is not what one would call flexible.With HTTP::Proxy::Builder it is now possible to keep proxyies with
different functionalities or aimed a different websites in separate
programs, and to combine them at will using a wrapper program that
aggregates them.The build_proxy command included in this distribution provides such
a flexible combining proxy.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc HTTP::Proxy::Builder
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTTP-Proxy-BuilderAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/HTTP-Proxy-BuilderCPAN Ratings
http://cpanratings.perl.org/d/HTTP-Proxy-BuilderSearch CPAN
http://search.cpan.org/dist/HTTP-Proxy-BuilderCOPYRIGHT AND LICENCE
Copyright (C) 2008 Philippe Bruhat (BooK)
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.