react-native/Libraries/WebSocket
Andy Prock 9b87e6c860 Added an optional options parameter for WebSockets
Summary:
This enables overriding origin, and other request headers. Similar to the https://github.com/websockets/ws api.
Closes https://github.com/facebook/react-native/pull/4629

Reviewed By: svcscm

Differential Revision: D2839951

Pulled By: mkonicek

fb-gh-sync-id: 3578af4343f90572b8851ff28342a05945498ef6
2016-01-20 11:01:39 -08:00
..
RCTWebSocket.xcodeproj Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
__mocks__ Fix tests related to event-target-shim 2015-10-02 12:36:23 -07:00
__tests__ Fixes #3846 2015-11-06 11:24:29 -08:00
RCTSRWebSocket.h Added an optional options parameter for WebSockets 2016-01-20 11:01:39 -08:00
RCTSRWebSocket.m Added an optional options parameter for WebSockets 2016-01-20 11:01:39 -08:00
RCTWebSocketExecutor.h Refactored module access to allow for lazy loading 2015-11-25 04:49:45 -08:00
RCTWebSocketExecutor.m Improve error wording when packager dies and simulator was on debug mode 2016-01-19 16:37:34 -08:00
RCTWebSocketModule.h Make the RCTSRWebSocketDelegate protocol part of RCTWebSocketModule public 2016-01-14 16:13:33 -08:00
RCTWebSocketModule.m Added an optional options parameter for WebSockets 2016-01-20 11:01:39 -08:00
WebSocket.js Added an optional options parameter for WebSockets 2016-01-20 11:01:39 -08:00
WebSocketBase.js Added an optional options parameter for WebSockets 2016-01-20 11:01:39 -08:00
WebSocketEvent.js Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00