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