astaxie / bat

Go implement CLI, cURL-like tool for humans
Apache License 2.0
2.55k stars 220 forks source link

persistent session support #64

Closed crdil closed 6 years ago

crdil commented 7 years ago

Greate HTTP CLI client but I missed support for sessions. So I've added support for sessions, which will be stored in a json file. Bear in mind that I've just started out with golang so the code might not be using best practices :smiley: