Expand description
Production HTTP serving: applies the ServerConfig to an axum::Router and
starts it on the configured bind addr, with optional TLS via axum-server.
Structs§
Functions§
- apply_
layers - Apply every layer the server config calls for to the user’s web router,
then merge any static-file mounts. Returns a ready-to-serve
axum::Router. - serve