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

HTTPS Connection #7

Closed chriscantu closed 13 years ago

chriscantu commented 13 years ago

Could you please document how to use RESTY over an https connection? I assume this capability is there since its a wrapper for CURL.

micha commented 13 years ago

To use it with https connections you can just set the URI base to an https URI, like this:

    $ . ~/bin/resty
    $ resty https://www.google.com
    https://www.google.com*
    $ GET /
    ...
micha commented 13 years ago

I updated the README.