pub async fn async_http_client(
    request: HttpRequest
) -> Result<HttpResponse, Error<Error>>
Expand description

Asynchronous HTTP client.