Skip to main content

Crate camel_component_http

Crate camel_component_http 

Source

Structs§

HttpComponent
HttpConfig
HttpConsumer
HttpReply
The HTTP response that HttpConsumer sends back to the Axum handler.
HttpServerConfig
Configuration for an HTTP server (consumer) endpoint.
HttpsComponent
RequestEnvelope
An inbound HTTP request sent from the Axum dispatch handler to an HttpConsumer receive loop.
ServerRegistry
Process-global registry mapping port → running Axum server handle.

Type Aliases§

DispatchTable
Maps URL path → channel sender for the consumer that owns that path.