A Cheat Sheet for HTTP Libraries in C++ -- Vladimir
Recently on Kukuruku:
A Cheat Sheet for HTTP Libraries in C++
By Vladimir
From the article:
... I decided to make a cheat sheet with examples of HTTP requests in C++ using different libraries. I guess Kukuruku is the best place for keeping such cheat sheets.
We’re going to take a look at the following libraries:
- WinInet
- WinHttp
- Casablanca
- Qt
- POCO
- wxWidgets
- Boost.Asio
- libcurl
- neon
- .NET (С++/CLI)
- IXMLHTTPRequest
- HappyHttp
- cpp-netlib

C++ is quietly becoming a language of choice for cross-platform mobile apps, because it's the only modern language that can target iOS, Android, and more with the same source code.
Scott Meyers' highly anticipated new book Effective Modern C++ is on the way: