pub trait HttpClient {
    fn request(&self, request: Request<Body>) -> Result<Response>;
}

Required Methods§

Implementors§