# Functions
An http client for communicating with the shuttle server.
# Constants
RoundRobin is the default balancing scheme.
Default interval in milliseconds between health checks.
Default for Fall and Rise is 2.
Default network connections are TCP.
No description provided by the author
Default timeout in milliseconds for clients and server connections.
All RoundRobin backends are weighted, with a default of 1.
No description provided by the author
Balancing schemes.
# Variables
Status400s is a set of response codes to set an Error page for all 4xx responses.
Status500s is a set of response codes to set an Error page for all 5xx responses.
# Structs
BackendConfig defines the parameters unique for individual backends.
Client is an http client for communicating with the shuttle server api.
Config is the global configuration for all Services.
Subset of service fields needed for configuration.