Re-exports§
pub use adapter_dsl::InboundHttpExt;pub use adapter_dsl::OutboundHttpExt;pub use http_inbound_adapter::HttpInboundAdapter;pub use http_inbound_adapter::HttpInboundBuilder;pub use http_inbound_adapter::HttpServerHandle;pub use http_inbound_adapter::Mep;pub use http_outbound_adapter::HttpOutboundAdapter;pub use http_outbound_adapter::HttpOutboundAdapterBuilder;
Modules§
- adapter_
dsl - http_
inbound_ adapter - HTTP Inbound Adapter: bridges incoming HTTP requests into Allora
Exchanges. (see module docs above for overview; trimmed here for brevity) - http_
outbound_ adapter - HTTP Outbound Adapter: dispatches an
Exchangeto an external HTTP endpoint.