pub trait HttpClient {
    fn request(&self, request: Request<Body>) -> ResponseFuture;
}
Expand description

Generic abstraction over HTTP clients.

Required Methods§

Implementors§