Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make request and response bodies streamable #2

Open
theduke opened this issue Sep 25, 2023 · 0 comments
Open

Make request and response bodies streamable #2

theduke opened this issue Sep 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@theduke
Copy link
Contributor

theduke commented Sep 25, 2023

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.

@theduke theduke added the bug Something isn't working label Sep 25, 2023
@Arshia001 Arshia001 mentioned this issue Nov 20, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants