Skip to main content

Module server

Module server 

Source
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.
ServerBuilder
Builder for constructing a Server with custom options.

Enums§

ServerError
Errors that can occur while running the server accept loop.