Skip to main content

http_post_real

Function http_post_real 

Source
pub fn http_post_real(
    host: &str,
    path: &str,
    content_type: &str,
    body: &[u8],
) -> Result<HttpGetResult, &'static str>