tauri_updater::http

Function post_as_json

Source
pub fn post_as_json<T: Serialize>(url: String, payload: &T) -> Result<Response>