mrtazz / restclient-cpp

C++ client for making HTTP/REST requests
http://code.mrtazz.com/restclient-cpp/
MIT License
1.57k stars 377 forks source link

How to use https ? #80

Closed ghost closed 7 years ago

ghost commented 7 years ago

How to use https?

mrtazz commented 7 years ago

You can just pass it into the connection object as the URL (https://github.com/mrtazz/restclient-cpp/blob/master/test/test_connection.cc#L24) or via the static methods directly (https://github.com/mrtazz/restclient-cpp/blob/master/test/test_restclient.cc#L89)