nodemcu-firmware/app/websocket
Mariusz Kryński 59b9b3e26f support for custom websocket headers (#1573)
Looks good to me. Thank you.

Also:
 - allow for '\0's in received messages

* add client:config for setting websocket headers

Also:
 - headers are case-insensitive now

* fix docs

* fix typo

* remove unnecessary luaL_argcheck calls

* replace os_sprintf with simple string copy
2016-11-19 10:35:20 -05:00
..
Makefile Implement initial version for websocket module (#1433) 2016-08-18 13:59:44 +02:00
websocketclient.c support for custom websocket headers (#1573) 2016-11-19 10:35:20 -05:00
websocketclient.h support for custom websocket headers (#1573) 2016-11-19 10:35:20 -05:00