Skip to main content

fetch_put

Function fetch_put 

Source
pub fn fetch_put(
    url: &str,
    content_type: &str,
    body: &[u8],
) -> Result<FetchResponse, i64>
Expand description

HTTP PUT with raw bytes.