Skip to main content

Module server

Module server 

Source
Expand description

Incoming HTTP request — serve() implementation.

Each accepted QUIC bidirectional stream is driven by hyper’s HTTP/1.1 server connection. A tower::Service (RequestService) bridges between hyper and the existing body-channel + slab infrastructure.

Structs§

ServeHandle
ServerLimits
Server-side limits shared between NodeOptions and the serve path.

Functions§

respond
serve
Start the serve accept loop.
serve_with_events
Start the serve accept loop with an optional peer connection event callback.

Type Aliases§

ServeOptions
Backward-compatible alias — existing code that names ServeOptions keeps compiling without changes.