InboundHttpExt

Trait InboundHttpExt 

Source
pub trait InboundHttpExt {
    // Required method
    fn http(self) -> HttpInboundBuilder;
}
Expand description

Extension trait adding .http() to the core InboundStage.

Required Methods§

Source

fn http(self) -> HttpInboundBuilder

Begin building an HTTP inbound adapter (server) from the core adapter DSL.

Implementors§