react-native/React
Nick Lockwood 81ad713f5f Added Gzip support
Summary:
Added Gzip function to RCTUtils. This uses dlopen to load the zlib library at runtime so there's no need to link it into your project.

The main reason for this feature is to support gzipping of HTTP request bodies. Now, if you add 'Content-Encoding:gzip' to your request headers when using XMLHttpRequest, your request body will be automatically gzipped on the native side before sending.

(Note: Gzip decoding of *response* bodies is handled automatically by iOS, and was already available).
2015-07-16 09:38:20 -08:00
..
Base Added Gzip support 2015-07-16 09:38:20 -08:00
Executors [ReactNative] Remove unused executor context id 2015-07-14 16:40:21 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [ReactNative] Make ErrorCookie work. 2015-07-15 04:04:09 -08:00
React.xcodeproj [ReactNative] Remove unused executor context id 2015-07-14 16:40:21 -08:00
Views [Rendering] Set allowsEdgeAntialiasing for transformed views 2015-07-16 04:33:03 -08:00