react-native/Libraries/Network
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
..
RCTNetwork.xcodeproj [React Native] Re-alphabetize file names in Xcode projects 2015-07-06 01:57:06 -08:00
FormData.js [ReactNative] Allow uploading native files (e.g. photos) and FormData via XMLHttpRequest 2015-06-09 12:27:05 -08:00
NetInfo.js [ReactNative] NetInfo listener Map 2015-06-12 14:56:21 -08:00
RCTHTTPRequestHandler.h [ReactNative] Refactor RCTDataManager to support pluggable data source modules (RCTURLRequestHandlers) 2015-06-09 12:27:06 -08:00
RCTHTTPRequestHandler.m Remove unnecessary imports for RCTHTTPRequestHandler to fix Cocoapods build 2015-07-06 10:12:43 -08:00
RCTNetworking.h Renamed RCTDataManager to RCTNetworking 2015-06-18 09:44:30 -08:00
RCTNetworking.m Added Gzip support 2015-07-16 09:38:20 -08:00
RCTReachability.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTReachability.m Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
XMLHttpRequest.ios.js Renamed RCTDataManager to RCTNetworking 2015-06-18 09:44:30 -08:00
XMLHttpRequestBase.js Fix incorrect lowercase response headers set for XHR responses 2015-07-07 15:05:45 -08:00