axum-server icon indicating copy to clipboard operation
axum-server copied to clipboard

`util` module for higher level features

Open programatik29 opened this issue 4 years ago • 0 comments

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.

programatik29 avatar Nov 15 '21 10:11 programatik29