esp-idf/components
Jackson Ming Hu e983042af2 http_server: adds WebSocket support
This commit adds the WebSocket support for esp_http_server
library. It mainly does:

- Handling WebSocket handshake
  - Parsing HTTP upgrade request
  - Reply the upgrade request
- Receive WebSocket packets
  - Parse header, decode to a struct
  - Unmask payload (if required)
- Send WebSocket frames
- Receive WebSocket frame
- Automatic control frame handling

Merges https://github.com/espressif/esp-idf/pull/4306
Closes https://github.com/espressif/esp-idf/issues/4819
2020-03-18 20:24:46 +00:00
..
2020-02-15 18:28:25 +08:00
2019-10-09 16:46:46 +08:00
2020-02-15 18:28:25 +08:00
2019-11-29 18:05:24 +08:00
2020-03-10 17:45:06 +08:00
2019-12-09 09:44:56 +08:00
2020-03-03 16:56:14 +08:00