HTTP add stream support (#2479)

* feat: add stream support

* feat: add stream support

* Revert "feat: add stream support"

This reverts commit 5edea81680.

* feat: add stream support

* Discard changes to pnpm-lock.yaml

* Discard changes to plugins/http/package.json

* fix(stream): change IPC packet

* fix: update stream message guest-js

* fix: return early when aborted

* fix: use InvokeResponseBody as packet

* fix: remove serde_bytes

* fix: remove reqwest response

* fix: content conversion bug

* fix: remove ReqwestResponses along with its implementations

* formatting and update changelog

* build api-iife.js

---------

Co-authored-by: Fabian-Lars <github@fabianlars.de>
This commit is contained in:
Adriel Jansen Siahaya
2025-03-09 02:45:05 +08:00
committed by GitHub
parent d37bbdef8d
commit cb38f54f4a
6 changed files with 67 additions and 51 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": minor
"http-js": minor
---
Add stream support for HTTP stream responses.