feat: add stream support

This commit is contained in:
adrieljss
2025-03-02 23:07:44 +08:00
parent 643039c17e
commit 5edea81680
7 changed files with 54 additions and 86 deletions
+2 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-http",
"version": "2.4.0",
"version": "2.3.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
@@ -24,7 +24,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-http": "link:"
"@tauri-apps/api": "^2.0.0"
}
}