Function zng_task::http::send

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

Send a custom Request.

The default_client is used to send the request.