-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request