Search code examples
c++network-programminghttp-caching

C++ Library with http 1.1 response caching support


I am working on a project where I need to communicate with a server using a network library in C++. Currently im using POCO/Net

Is there any C++ library that has support for response caching, authentication, HTTP and HTTPS similar to the Java version?

Greatful for help!


Solution

  • wwwlib seems to provide the kind of persistant cache you are after and is http 1.1 compliant according to W3lib. I have not yet tried it though, it seems very low level in comparison to POCO. Someone else might have a simpler library...