micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Fix not storing cookies at first install #81

Open casssoft opened 6 years ago

casssoft commented 6 years ago

Not sure if I was doing something wrong but after

git clone git@github.com:micha/resty.git
. resty
resty HOST
GET /URL

The ~/.resty/c was not created and the cookies were not saved. I had to create ~/.resty/c myself before the cookies were saved.

Also it looks like the previous code to create the cookie file only ran if the cookie file already exists and overwrote the host file (but not $_RESTY_HOST).