belle

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


 CMakeLists.txt   |   3 +-
 README.md        |   1 +-
 include/belle.hh | 207 +++++++++-----------
 src/belle.cc     | 585 +++++++++++++++++++++++++++++++-------------------------
 4 files changed, 429 insertions(+), 367 deletions(-)
Back to Top