common::remote

Function post_bin

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