Open theduke opened 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.
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.