Skip to main content

HttpSendDyn

Trait HttpSendDyn 

Source
pub trait HttpSendDyn:
    Debug
    + Send
    + Sync
    + 'static {
    // Required method
    fn http_send_dyn(
        &self,
        req: Request<Bytes>,
    ) -> BoxedFuture<'_, Result<Response<Bytes>>>;
}
Expand description

HttpSendDyn is the dyn version of HttpSend.

Required Methods§

Implementors§