httplib is a small, embeddable HTTP & WebSocket server & client built on top of boost.beast.
The main use case for this library is a C++ project which needs to embedd an HTTP and/or WebSocket server and/or client.
This library is being used successfully on:
- Windows (with both MSVC and MinGW)
- Linux (Ubuntu, Debian, Fedora, ...)
- MacOS
- FreeBSD