Function send_request

Source
pub fn send_request(
    req: Request<Option<Bytes>>,
) -> Result<Response<Option<Bytes>>, Error>
Expand description

Send an HTTP request and get a fully formed HTTP response.