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 - Serve
Options - Options for the HTTP serve loop.
Functions§
- respond
- serve
- Start the serve accept loop.
- serve_
with_ events - Start the serve accept loop with an optional peer connection event callback.