[][src]Function tauri_updater::http::post_as_json

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