Function request

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

Make an HTTP request.