SDL_net
SDL_net copied to clipboard
Add Web Socket functionality
New Features
- Basic HTTP Request parsing after accepting a new TCP connection
- Parsing HTTP Request and potential web socket connection request
- Generating web socket connection response after parsing HTTP Request
- Decoding web socket frames and sending actual payloads to callback functions
- Added functions to send data as web socket frames to client
- Added new test that works in web browser