App-HTTP_Proxy_IMP
view release on metacpan or search on metacpan
lib/App/HTTP_Proxy_IMP.pm view on Meta::CPAN
# show cmdline usage
App::HTTP_Proxy_IMP->usage();
=head1 DESCRIPTION
App::HTTP_Proxy_IMP implements an HTTP proxy, which can inspect and modify the
HTTP header or content before forwarding. Inspection and modification is done
with plugins implementing the L<Net::IMP> interface.
The proxy is single-threaded and non-forking, but due to the event-driven model
it can still process multiple connections in parallel. It is mainly intended to
be used as a platform for easy prototyping of interesting ideas using IMP
plugins, but should be also fast enough to be used to enhance, secure, restrict
or protocol the browsing experience for small groups.
=head2 Public Methods
=over 4
=item * new([\%OPTIONS],[@ARGV])
( run in 0.565 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )