The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

    http_proxy=http://localhost:5000/ lwp-request http://www.perl.org/

    https_proxy=http://localhost:5000/ lwp-request https://metacpan.org/

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

    lwp-request -m get https://raw.githubusercontent.com/dex4er/PureProxy/master/fatpack/install.sh | sh

or

    curl -qsSL https://raw.githubusercontent.com/dex4er/PureProxy/master/fatpack/install.sh | sh

or

    wget --quiet -O- https://raw.githubusercontent.com/dex4er/PureProxy/master/fatpack/install.sh | sh

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