common::remote::async_remote

Function post_bin

pub async fn post_bin<M>(
    project: &str,
    url: String,
    headers: HeaderMap,
    body: Vec<u8>,
) -> Result<M, String>