You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in knowing if there are any plans to enhance the CanisterHttpRequestArgument to support streaming data or blobs. Specifically, I'm looking for functionality similar to reqwest::Body::wrap_stream(reader) in the reqwest crate, which allows for streaming large amounts of data efficiently.
This feature would be particularly useful for scenarios where large files or data streams need to be handled without loading the entire content into memory, thus reducing memory usage and improving performance.
The text was updated successfully, but these errors were encountered:
I am interested in knowing if there are any plans to enhance the
CanisterHttpRequestArgument
to support streaming data or blobs. Specifically, I'm looking for functionality similar toreqwest::Body::wrap_stream(reader)
in thereqwest
crate, which allows for streaming large amounts of data efficiently.This feature would be particularly useful for scenarios where large files or data streams need to be handled without loading the entire content into memory, thus reducing memory usage and improving performance.
The text was updated successfully, but these errors were encountered: