Function bitmask_core::util::post_json

source ·
pub async fn post_json<T: Serialize>(
    url: &str,
    body: &T
) -> Result<(String, u16)>