Skip to main content

fetch_post

Function fetch_post 

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

HTTP POST with raw bytes.