wasmerio / winterjs

Winter is coming... ❄️
https://winterjs.org/
MIT License
3.05k stars 53 forks source link

Make request and response bodies streamable #2

Open theduke opened 1 year ago

theduke commented 1 year ago

Currently we read the whole response body into a vec, and expect the response to be a final single Utf8Array.

We need to support streaming of both the request and response body, conforming the the Winter CG specs.