feat: add stream support

pull/2479/head
adrieljss 5 months ago
parent bdbb3d716b
commit 39639eae2b
No known key found for this signature in database
GPG Key ID: 849F13CBD0B4AD05

2
Cargo.lock generated

@ -6659,7 +6659,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-http"
version = "2.4.0"
version = "2.3.0"
dependencies = [
"data-url",
"http",

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.4.0"
version = "2.3.0"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }

@ -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"

Loading…
Cancel
Save