belle
An HTTP / Websocket library in C++17 using Boost.Beast and Boost.ASIO.
.doxyfile | 2473 +++++++++++++++++++++++++++++++++++++++++-
.gitignore | 0
CMakeLists.txt | 49 +-
LICENSE | 21 +-
README.md | 57 +-
build.sh | 36 +-
docs.sh | 8 +-
env.sh | 3 +-
examples/basic/CMakeLists.txt | 50 +-
examples/basic/public/test.txt | 1 +-
examples/basic/src/main.cc | 164 +++-
include/belle.hh | 139 ++-
install.sh | 28 +-
src/belle.cc | 372 ++++++-
src/mime_type.cc | 203 +++-
src/mime_type.hh | 22 +-
16 files changed, 3626 insertions(+)