qjs_http improvements #21

Open
opened 2025-06-02 16:45:23 +00:00 by john · 0 comments
Owner

qjs_http does too much right now. The actor using should do a lot more, specifying headers, and most importantly using blobs to compose the full response in a stream; it should never just hand back a full blob, but always chunks to be put together in js.

qjs_http does too much right now. The actor using should do a lot more, specifying headers, and most importantly using blobs to compose the full response in a stream; it should never just hand back a full blob, but always chunks to be put together in js.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: john/cell#21
No description provided.