Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-09 | Custom headers support in WebSocketClient. | Fabio Alessandrelli | |
This commit also converts all PoolVector<String> parameters to `const Vector<String>` in both WebSocketServer and WebSocketClient. | |||
2019-10-09 | Implement WebSocketServer SSL support. | Fabio Alessandrelli | |
2019-10-09 | Re-implement WebSocket get host/port. | Fabio Alessandrelli | |
Was lost during library switch | |||
2019-07-08 | (Re-)Implement subprotocols in websocket server. | Fabio Alessandrelli | |
2019-07-04 | Optimize header reads (avoid extra allocs) | Fabio Alessandrelli | |
2019-07-04 | WebSocket module now uses wslay library. | Fabio Alessandrelli | |
Both client and server are supported on native builds (as usual). SSL server is still not supported, but will soon be possible with this new library. The API stays the same, we just need to work out potential issues due to this big library switch. |