Hi,
Is it possible to receive response data incrementally? E.g. for Content-Type: text/event-stream responses?
I kinda managed to get it to work with url with an after-change-functions hook, but that seems hacky and there doesn't seem to be a clean way to interrupt an in-progress request.
Thanks!
Hi,
Is it possible to receive response data incrementally? E.g. for
Content-Type: text/event-streamresponses?I kinda managed to get it to work with
urlwith anafter-change-functionshook, but that seems hacky and there doesn't seem to be a clean way to interrupt an in-progress request.Thanks!