Skip to main content

Module net

Module net 

Source
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§

NetworkConfig
Resolved network policy shared by future HTTP clients and servers.
NetworkRuntime
Refreshable network configuration shared by network adapters.

Enums§

NetworkConfigError
Network configuration error grouped by owning submodule.
NetworkRuntimeError
Error raised while refreshing network config from live environment state.