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.
我正在做一个项目,我需要使用 C++ 中的网络库与服务器进行通信。目前我正在使用 POCO/Net
是否有任何支持响应缓存、身份验证、HTTP 和 HTTPS 的 C++ 库,类似于Java 版本?
非常感谢帮助!
wwwlib 似乎提供了您所追求的那种持久缓存,并且根据W3lib符合 http 1.1 。不过我还没有尝试过,与 POCO 相比,它似乎非常低级。其他人可能有一个更简单的库......