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

NAME

HTTP::Balancer::Command - root node of handlers of HTTP::Balancer

SYNOPSIS

    use HTTP::Balancer::Command;

    HTTP::Balancer
    ->dispatch(@consequence)
    ->new_with_options()
    ->prepare()
    ->run();

SEE ALSO

Namespace::Dispatch