summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/client_ws.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Give proper credits to patch author (nw) Michael Zapf2022-07-101-1/+1
|
* Fixes communication with WebSocket servers that send data immediately after ↵ Michael Zapf2022-07-091-9/+41
| | | | the handshake.
* Fix clang error: lambda capture 'this' is not used ↵ AJR2022-03-201-2/+2
| | | | [-Werror,-Wunused-lambda-capture]
* Fixes for ASIO 1.20.0 Miodrag Milanovic2022-03-011-2/+3
|
* Added websockets as well (nw) Miodrag Milanovic2017-01-041-0/+5
|
* Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+512