The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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