thunder-client-support
thunder-client-support copied to clipboard
Save response with headers
Is your feature request related to a problem? Please describe.
Now if I want to save response into file it being saved without headers. But headers are very important, for example, when HEAD request or server responses only headers without body.
Describe the solution you'd like Save file in plain text format as such:
HTTP/1.1 200 OK\n
Date: Mon, 27 Jul 2009 12:28:53 GMT\n
Server: Apache/2.2.14 (Win32)\n
Last-Modified: Wed, 22 Jul 2009 19:15:56 GMT\n
Another Header: Another Value\n
\n
<raw response body if presented>
@anthonyaxenov thanks for feedback, Will add to roadmap.