NAME

App::PureProxy - Pure Perl HTTP proxy server

SYNOPSIS

pureproxy --host=0.0.0.0 --port=5000 --workers=10 --server Starlight
pureproxy --traffic-log=traffic.log --traffic-log-body-eol='|'
pureproxy --access-log=access.log
pureproxy --other-plackup-options
pureproxy -v

DESCRIPTION

See pureproxy(1) for available command line options.

App::PureProxy is not real module because pureproxy(1) is complete Perl script and this module allows to install this script with cpan(1) or cpanm(1) command.

INSTALLATION

With cpanm(1)

cpanm App::PureProxy

Directly

or

or

SEE ALSO

http://github.com/dex4er/PureProxy, pureproxy(1).

AUTHOR

Piotr Roszatycki <dexter@cpan.org>

LICENSE

Copyright (c) 2014-2015, 2023-2024 Piotr Roszatycki <dexter@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as perl itself.

See http://dev.perl.org/licenses/artistic.html