# Constants
B represents 1 byte.
EB is the number of bytes in 1 exabyte.
GB is the number of bytes in 1 gigabyte.
GiB is the number of bytes in 1 gibibyte.
KB is the number of bytes in 1 kilobyte.
KiB is the number of bytes in 1 kibibyte.
MB is the number of bytes in 1 megabyte.
MiB is the number of bytes in 1 mebibyte.
PB is the number of bytes in 1 petabyte.
PiB is the number of bytes in 1 pebibyte.
TB is the number of bytes in 1 terabyte.
TiB is the number of bytes in 1 tebibyte.
# Structs
APIConfig represents the web API configuration.
APIStatusConfig represents the web API configuration specific to the status page.
Config represents BOAST's configuration.
DNSRcvConfig represents the DNS protocol receiver configuration.
ExpireConfig represents the storage configurations specific to its expiration feature.
HTTPRcvConfig represents the HTTP protocol receiver configuration.
HTTPRcvConfigTLS represents the HTTP protocol receiver configuration specific to its TLS functionalities.
StorageConfig represents the storage configuration.