h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

save none binary body #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi.
Is there a way to save body only and not the entire response when using CLI 
client.
I am able to do this in ver 3.1 UI, but not in CLI. When using CLI It is always 
saving the entire response and  binary body. How do I decrypt it?

Original issue reported on code.google.com by jstern...@gmail.com on 16 Nov 2012 at 10:34

GoogleCodeExporter commented 8 years ago
Right now CLI client does not support saving body separately. Binary data is 
just base64 encoded data. You may use standard base64 encoding / decoding 
software to decode the body.

Sometime back I wrote a command-line base64 encoder/decoder which is available 
here:

https://code.google.com/p/wiztools/downloads/list

Original comment by subwiz on 17 Nov 2012 at 4:46