Structs§
- Http
Component - Http
Config - Http
Consumer - Http
Reply - The HTTP response that
HttpConsumersends back to the Axum handler. - Http
Server Config - Configuration for an HTTP server (consumer) endpoint.
- Https
Component - Request
Envelope - An inbound HTTP request sent from the Axum dispatch handler to an
HttpConsumerreceive loop. - Server
Registry - Process-global registry mapping port → running Axum server handle.
Type Aliases§
- Dispatch
Table - Maps URL path → channel sender for the consumer that owns that path.