Expand description
Components for managing HTTP server.
Structs§
- Config
- A set of configurations used by the runtime.
- Server
- A builder for running the HTTP server based on given HTTP service and configuration.
Enums§
- Mode
- All kinds of logging mode of
Server.
Functions§
- with_
logger - Execute a closure with the reference to
Loggerassociated with the current scope.