pub type HttpResult = Result<Response, Error>;
Expand description

A result of waiting for a pending request.