aboutsummaryrefslogtreecommitdiffstats
path: root/include/websocket.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup include folder into crow subfolderipknHama2016-09-211-489/+0
| | | | - only crow.h is exposed now
* Fix bugs in websocketipknHama2016-09-151-3/+4
| | | | | - `Upgrade: websocket` should be case-insensitive - Using network byte order for length field
* Add a field to websocket::connection for storing user dataipknHama2016-09-101-0/+6
|
* Add websocket featureipknHama2016-08-281-0/+482