Skip to content

Stream Response Body to File #36

@annoviko

Description

@annoviko

Is your feature request related to a problem? Please describe.
In case of tests where big files are using, the data is uploaded into RAM, that might not be needed. For example, when file is downloaded, no need to load the file to RAM and then manually write it to disk. It is faster and more efficient to write it down to a file.

Describe the solution you'd like
New argument for client API to stream response body to a file.

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions