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