Function commonwasm::remote::async_remote::post_bin
pub async fn post_bin<M>(
project: &str,
url: String,
headers: HeaderMap,
body: Vec<u8>,
) -> Result<M, String>where
M: DeserializeOwned,
pub async fn post_bin<M>(
project: &str,
url: String,
headers: HeaderMap,
body: Vec<u8>,
) -> Result<M, String>where
M: DeserializeOwned,