The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

HTTP::Balancer::Role - base of all roles in HTTP::Balancer

SYNOPSIS

# your code goes here
no Moose::Role;

model($name)

given the last name of a model, returns the whole name of the model, and requires this model.

actor($name)

config()

return the singleton of the configuration.

NAME

HTTP::Balancer::Role - base of all roles of HTTP::Balancer

SYNOPSIS