Expand description
This module is the synchronous sibling of websocket_server: it exposes the server’s
endpoints, translates authenticated HTTP requests into application
room intents, and then renders the resulting public HTTP contract.
http_server
|- controller -> Axum app construction plus route wiring and response shaping
|- extractors -> typed request extraction and verified route inputsRead this node before the WebSocket path when you need the server’s non-streaming control plane.
Modules§
- contract 🔒
- HTTP control-plane contracts
- controller 🔒
- extractors 🔒