App::GreaseMonkeyProxy - Command line GreaseMonkey proxy


HTTP-Proxy-GreaseMonkey documentation  | view source Contained in the HTTP-Proxy-GreaseMonkey distribution.

Index


NAME

Top

App::GreaseMonkeyProxy - Command line GreaseMonkey proxy

VERSION

Top

This document describes App::GreaseMonkeyProxy version 0.05

SYNOPSIS

Top

    use App::GreaseMonkeyProxy;

    my $app = App::GreaseMonkeyProxy->new;
    $app->parse_args(@ARGV);
    $app->run;

DESCRIPTION

Top

INTERFACE

Top

new

args

servers

Accessor for the number of servers to start. Defaults to 5.

port

Accessor for the port to listen on. Defaults to 8030.

verbose

Accessor for verbosity. Defaults to 0.

show_help

show_man

parse_args

Parse an argument array - typically @ARGV.

    $app->parse_args( @ARGV );

run

do_help

Output help page

CONFIGURATION AND ENVIRONMENT

Top

App::GreaseMonkeyProxy requires no configuration files or environment variables.

DEPENDENCIES

Top

HTTP::Proxy::GreaseMonkey::ScriptHome HTTP::Proxy

INCOMPATIBILITIES

Top

None reported.

BUGS AND LIMITATIONS

Top

No bugs have been reported.

Please report any bugs or feature requests to bug-http-proxy-greasemonkey@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

Top

Andy Armstrong <andy@hexten.net>

LICENCE AND COPYRIGHT

Top


HTTP-Proxy-GreaseMonkey documentation  | view source Contained in the HTTP-Proxy-GreaseMonkey distribution.