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§
- Serve
Handle - Server
Limits - Server-side limits shared between
NodeOptionsand 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§
- Serve
Options - Backward-compatible alias — existing code that names
ServeOptionskeeps compiling without changes.