Trait sn0int_std::web::HttpClient [−][src]
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.