pub fn send<B: Into<Body>>(request: Request<B>) -> Result<Response<Body>, Error>
Send an HTTP request and return the HTTP response.
The request is executed using a shared HttpClient instance. See HttpClient::send for details.
HttpClient
HttpClient::send