pub trait OutboundHttpExt {
// Required method
fn http(self) -> HttpOutboundAdapterBuilder;
}Expand description
Extension trait adding .http() to the core OutboundStage.
Required Methods§
Sourcefn http(self) -> HttpOutboundAdapterBuilder
fn http(self) -> HttpOutboundAdapterBuilder
Begin building an HTTP outbound adapter (client) from the core adapter DSL.