axum-server
axum-server copied to clipboard
`util` module for higher level features
An util module with optional util feature can be created to provide higher level features.
Some possible high level features:
- Recording bytes for each connection. This can be useful to log client data usage.
- Binding to multiple addresses on a single struct.
- Http and https server on a single struct.