fnc12 / embeddedRest

A little library for making url requests in C++
MIT License
43 stars 6 forks source link

HTTPS, FTP and HTTP support #4

Closed DonaldTrump88 closed 7 years ago

DonaldTrump88 commented 7 years ago

Thanks for providing this library. I am looking for a library which can communicate with server using HTTPS, FTP and HTTP protocols on iOS and Android by REST calls. Currently cURL(https://ec.haxx.se/protocols.html) is promising candidate but it is kind of overweight.

I am not sure about protocols used by this library. It will be great if you provide more information(like current support and possibility of adding them) about following questions.

  1. Protocols
  2. Authentication
  3. SSL support. LibreSSL or OpenSSL etc.
  4. Possible problems to submit the app to app stores.

There is another low level library. I am not sure if you saw it before.

DonaldTrump88 commented 7 years ago

Lets move to Mitsoko. For visitors, you may follow remaining discussion here https://github.com/fnc12/Mitsoko/issues/2