Trait chrootable_https::HttpClient
source · pub trait HttpClient {
fn request(&self, request: Request<Body>) -> ResponseFuture;
}
Expand description
Generic abstraction over HTTP clients.
pub trait HttpClient {
fn request(&self, request: Request<Body>) -> ResponseFuture;
}
Generic abstraction over HTTP clients.