Trait chrootable_https::HttpClient[][src]

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

Required Methods

Implementors