Expand description
Tokio-powered listener orchestration for Goose HTTP.
The Server owns the accept loop and spawns per-connection tasks that
drive the conn state machine. Concrete routing and
application logic hooks plug into ServerBuilder during configuration.
Structs§
- Server
- Top-level HTTP server handle.
- Server
Builder - Builder for constructing a
Serverwith custom options.
Enums§
- Server
Error - Errors that can occur while running the server accept loop.