문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top