Allora HTTP
Async HTTP inbound and outbound adapters for Allora integration flows.
Inbound Message Exchange Patterns
- InOut: await downstream processing and return transformed body
- InOnly202: immediately return HTTP 202 and process asynchronously
Outbound
Dispatch Exchange content (preferring out_msg fallback to in_msg) via HTTP request.
Inbound Example (Async)
use Adapter;
use ;
use Arc;
use Runtime;
Outbound Skeleton
// let outbound = Adapter::outbound().http().post("http://localhost:8080/endpoint").build();
// outbound.dispatch(exchange).await?;
License
Apache-2.0