Expand description
Network configuration and policy boundary.
All network-facing code must enter through this module or its children. The current foundation layer defines event-driven HTTP configuration and QoS admission policy without opening sockets or starting unmanaged loops.
Modules§
- http
- HTTP runtime policy owned by the network boundary.
- qos
- QoS admission policy for inbound and outbound network work.
Structs§
- Network
Config - Resolved network policy shared by future HTTP clients and servers.
- Network
Runtime - Refreshable network configuration shared by network adapters.
Enums§
- Network
Config Error - Network configuration error grouped by owning submodule.
- Network
Runtime Error - Error raised while refreshing network config from live environment state.