axmol/cocos/scripting/js-bindings/manual/network
James Chen 4237639dd6 Some fixes for websocket (#17342)
* libwebsockets & curl are dynamic libraries now, modify project configuration for win32.
Updates WebSocketTest.cpp to test wss connection.

* Corrects some logic in WebSocket.cpp. Adds wss test case. WebSocketTest suggests developers to use `WebSocket::closeAsync` method which will not block current thread.

* mutex unlock fix in WebSocket.cpp. Reverts TEST URL.

* Allows self-assign cert.

* Each ws connection will create a virutal host now. Supports self-signed cert and update test case to suggest developer use ‘closeAsync’.

* Updates deps to 123.
2017-02-13 15:15:23 +08:00
..
XMLHTTPRequest.cpp To use some HTTP client library those use `send(null)` like `superagent`,`XMLHTTPRequest` should send a empty request instead of abort. (#16989) 2017-01-05 16:12:03 +08:00
XMLHTTPRequest.h merge v3.13 back to v3 2016-08-29 11:57:13 +08:00
jsb_socketio.cpp Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
jsb_socketio.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_websocket.cpp Some fixes for websocket (#17342) 2017-02-13 15:15:23 +08:00
jsb_websocket.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00