Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
哪个库最适合用于此目的?目标平台是Linux。
我选择了libcurl,因此它通过 SSL 证书验证来强制执行。关于 REST,我也可以发送 GET 和 POST 请求。但是它是 C 而不是 C++ 库。但这对我来说并没有太大的区别,因为语法很清楚,而且有很多例子。
很难说最好,但我成功地使用了 Qt (QNetworkAccessManager) 和 Qt JSON Parser。