Re-exports§
pub use bundle::HttpBundle;pub use bundle::HttpStaticBundle;pub use config::HttpConfig;pub use health::HttpHealthCheck;pub use registry::HttpRouteRegistry;pub use static_config::HttpStaticConfig;pub use static_endpoint::HttpStaticComponent;pub use static_endpoint::HttpStaticConsumer;pub use static_endpoint::HttpStaticEndpoint;
Modules§
Structs§
- Http
Component - Http
Consumer - Http
Endpoint Config - Configuration for an HTTP client (producer) endpoint.
- 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 (host, port) → running Axum server handle.
Enums§
- Cookie
Handling - Http
Auth - Http
Reply Body - Body of the HTTP response: already-materialized bytes or a lazy stream.