[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: ...
Install the Core plugin by adding the following to yourCargo.tomlfile: src-tauri/Cargo.toml [dependencies]tauri-plugin-http="2.0.0"#alternatively with Git:tauri-plugin-http= {git="https://github.com/tauri-apps/plugins-workspace",branch="v2"} ...
[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
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 } @@ -27,7 +27,7 @@ serde_json = { workspace = true } tauri = { workspa...
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace - fix(deps): update tauri monorepo (v2) (#1994) · tauri-apps/tauri-plugin-http@1b0e11e
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...
feat: document http plugin unsafe-headers feature Verified 8ad7610 lucasfernog requested a review from a team as a code owner October 28, 2024 13:31 github-actions bot assigned lucasfernog Oct 28, 2024 netlify bot commented Oct 28, 2024 • edited ✅ Deploy Preview for tauri-v2 re...
tauri-apps / tauri-plugin-http Public Notifications Fork 3 Star 12 Commit Permalink publish new versions (#1479) Browse files Co-authored-by: FabianLars <FabianLars@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/...