Domanda

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!

È stato utile?

Soluzione

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...

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top