Function isahc::send

source ·
pub fn send<B: Into<Body>>(request: Request<B>) -> Result<Response<Body>, Error>
Expand description

Send an HTTP request and return the HTTP response.

The request is executed using a shared HttpClient instance. See HttpClient::send for details.