HttpOpsExtension

Trait HttpOpsExtension 

Source
pub trait HttpOpsExtension<S> {
    // Required method
    fn http(self) -> Http<S>;
}

Required Methods§

Source

fn http(self) -> Http<S>

Implementors§