Skip to content

Support for Streaming data in API Calls #515

@dontdothatjoel

Description

@dontdothatjoel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions