Function gain_localhost::request[][src]

pub async fn request(
    method: &str,
    uri: &str,
    content_type: Option<&str>,
    content: &[u8]
) -> Response
Expand description

Make an HTTP request.