Function commonwasm::store::post
pub async fn post<T, M>(url: String, body: T) -> Result<M, String>where
T: Serialize,
M: DeserializeOwned,
pub async fn post<T, M>(url: String, body: T) -> Result<M, String>where
T: Serialize,
M: DeserializeOwned,