Most of the question is in the title.
I am trying to test an api that generates and streams large files. I am make the request with paw.
How does it handle the response? Where are the downloaded files located?
Thank you
You should be able to visualise the raw bytes in the "Text" tab, though maybe it won't help much:
Though, you can also enable the "Hex" tab in the Paw menu > Preferences > Response > "Show Hex Response Tab". Once you've that enabled you'll have a Hex formatted tab (note that there are known performance issues on the Hex tab for large responses, maybe > 500kB, we should work on improving it):
Also, you can export the body as a file as you pointed out. In File menu > Export Response > Response Body:
Hope it helps!