belle

An HTTP / Websocket library in C++17 using Boost.Beast and Boost.ASIO.


 example/client/http/CMakeLists.txt  |  58 ++++++++++++-
 example/client/http/src/main.cc     | 179 +++++++++++++++++++++++++++++++++++++-
 example/client/https/CMakeLists.txt |  60 ++++++++++++-
 example/client/https/src/main.cc    | 178 +++++++++++++++++++++++++++++++++++++-
 4 files changed, 475 insertions(+)
Back to Top