2

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!

Anna
  • 123
  • 1
  • 8

1 Answers1

1

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

David Karlsson
  • 9,396
  • 9
  • 58
  • 103