Tauri Plugins HTTP

Use when making HTTP requests from a Tauri v2 frontend — `fetch()` from `@tauri-apps/plugin-http`, the URL-pattern + method allowlist scope, why this exists (CORS bypass, no preflight, custom headers, proxy support), streaming responses, the `http:default` and per-method permissions, and when to use it instead of browser `fetch`.

stuffbucket 9aa3463 4 files · 8.6 KB Updated

File contents

stuffbucket/skills/tree/main/plugins/stuffbucket/skills/tauri-plugins-http commit 9aa34632c1

Frequently asked questions

npx skillmds@latest add stuffbucket/tauri-plugins-http