Search code examples
paw-app

How does paw handles download `application/octet-stream`?


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


Solution

  • You should be able to visualise the raw bytes in the "Text" tab, though maybe it won't help much:

    enter image description here

    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):

    enter image description here

    Also, you can export the body as a file as you pointed out. In File menu > Export Response > Response Body:

    enter image description here

    Hope it helps!