# Functions
FromFile reads the configuration from a file.
# Constants
ModeBeta represents the beta server mode.
ModeDebug represents the debug server mode.
ModeProduction represents the production server mode.
# Structs
App represents the application configurations.
Config defines the API server configurations.
File represents a TOML encoded configuration file.
TransportHTTP defines the HTTP server transport layer configurations.
TransportHTTPTLS represents the TLS configurations.
# Type aliases
Duration represents a duration.
Mode defines the server mode.
TLSCipherSuite represents a TLS cipher suite.
TLSCurveID represents a TLS curve identifier.
TLSVersion represents a TLS protocol version.