add @tauri-apps/plugin-http # or yarn add @tauri-apps/plugin-http # alternatively with Git: pnpm add https://github.com/tauri-apps/tauri-plugin-http#v2 # or npm add https://github.com/tauri-apps/tauri-plugin-http#v2 # or yarn add https://github.com/tauri-apps/tauri-plugin-http#...
"tauri-utils", ] [[package]] name = "tauri-plugin-http" version = "0.1.0" dependencies = [ "bytes", "glob", "http", "rand 0.8.5", "reqwest", "serde", "serde_json", "serde_repr", "tauri", "thiserror", ] [[package]] name = "tauri-runtime"...
name="tauri-plugin-http" version="2.0.0-beta.11" version="2.0.0-beta.12" description="Access an HTTP client written in Rust." edition= {workspace=true} authors= {workspace=true} Expand All@@ -27,7 +27,7 @@ serde_json = { workspace = true } ...
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace - feat: allow http calls without origin header (#1941) · tauri-apps/tauri-plugin-http@241e0fa
[dependencies]tauri-plugin-http="2.0.0"#alternatively with Git:tauri-plugin-http= {git="https://github.com/tauri-apps/plugins-workspace",branch="v2"} You can install the JavaScript Guest bindings using your preferred JavaScript package manager: ...
* fix(http): properly handle aborting closes #1376 * abort early in JS * avoid using unnecessary mutexes * fix lint * update bundle * simplify Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9844241682 Co-authored-by: amrbashir <amrbashir@users.no...
using the normal browserfetchAPI, the streaming output works as expected, and the loop inside the method processes the data chunks as they arrive. However, when I switch to usingimport { fetch } from '@tauri-apps/plugin-http';, the loop doesn't execute until the entire request is ...
Describe the bug I'm using tauriv2 and tauri_plugin_http in a tauri + vue + rust project. The url example: https://api.bilibili.com/x/web-interface/nav when I use curl, it works fine: $curl https://api.bilibili.com/x/web-interface/nav {"...
Hi, everybody. I am in Windows and I used axios to successfully send http api requests in dev mode. When I am in build mode, my api requests failed. I refered to this issue and properly configured the tauri-plugin-localhost The config fi...
2.0.1 - tauri-plugin-fs 🦀: 2.0.1 - @tauri-apps/plugin-fs : 2.0.2 - tauri-plugin-http 🦀: 2.0.1 - @tauri-apps/plugin-http : 2.0.1 - tauri-plugin-sql 🦀: 2.0.1 - @tauri-apps/plugin-sql : 2.0.1 - tauri-plugin-single-instance 🦀: 2.0.1 - @tauri-apps/plugin-single...