http_post_request

Function http_post_request 

Source
pub async fn http_post_request(
    url: &str,
    param: Vec<u8>,
    content_type: Option<&str>,
) -> BuckyResult<(Vec<u8>, Option<String>)>