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

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