send

Function send 

Source
pub async fn send(
    request: Request,
) -> Result<Response, Box<dyn Error + Sync + Send>>
Expand description

Send a custom Request.

The http_client is used to send the request.