Module sozu_command_lib::config
source · Expand description
used to parse TOML config and generate requests from it parsing data from the configuration file
Structs
- Sōzu config as parsed from the TOML config, used to create requests
- Built from the TOML config provided by the user.
- An HTTP, HTTPS or TCP listener as parsed from the config
Enums
Constants
DEFAULT_RUSTLS_CIPHER_LIST
provides all supported cipher suites exported by Rustls TLS provider as it support only strongly secure ones.