http_post_json

Function http_post_json 

Source
pub async fn http_post_json(
    url: &str,
    param: JsonValue,
) -> BuckyResult<JsonValue>