Expand description
HTTP server configuration.
HttpServerConfig holds all tuneable parameters. from_env() reads the
documented environment variables and overlays them on the struct defaults.
Only the standalone binary calls from_env(); library embedders construct
HttpServerConfig directly.
Structs§
- Http
Server Config - All tuneable server parameters.
- Registry
Config - Configurable bounds for the in-memory registry.
Enums§
- Environment
- Deployment environment. Controls log format (pretty vs JSON) and other dev-vs-prod defaults.