How can I send HttpRequest from C ++
5 answers
Adding to this old post.
Beast is a cross-platform, modern C ++ 11 header-based library built on Boost.Asio that provides implementation of the HTTP and WebSocket protocols.
The project is in the evaluation stage to be included in Boost, so it might be worth looking at.
+1
a source to share