react-native/Libraries/WebSocket
Jelle van den Hooff debcac59d0 iOS websocket: include cookies with request
Summary:
This PR modifies the Websocket implementation on iOS to pass cookies to the server. Sending cookies is useful for clients that wish to access protected Websocket endpoints without creating a new authentication protocol.
Closes https://github.com/facebook/react-native/pull/5630

Reviewed By: svcscm

Differential Revision: D2881815

Pulled By: martinbigio

fb-gh-sync-id: 31c1640626cd15447bdb4f2058ae4e34dfa52f88
2016-02-01 14:19:32 -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 iOS websocket: include cookies with request 2016-02-01 14:19:32 -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