Function rlink::utils::http::client::post[][src]

pub async fn post<T>(
    url: String,
    body: String
) -> Result<T, Box<dyn Error + Send + Sync>> where
    T: Serialize + DeserializeOwned + 'static,