thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

Save response with headers

Open anthonyaxenov opened this issue 3 years ago • 1 comments

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 avatar Sep 15 '22 07:09 anthonyaxenov

@anthonyaxenov thanks for feedback, Will add to roadmap.

rangav avatar Sep 15 '22 07:09 rangav