CB-5588 iOS: Add response headers to upload result

This change adds the HTTP response headers to the result for successful
uploads.
This commit is contained in:
Daniel Heffernan
2014-02-10 14:58:37 -05:00
committed by Andrew Grieve
parent 651460fb6b
commit 28fb0a7c4d
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ extern NSString* const kOptionsKeyCookie;
- (void)cancelTransfer:(NSURLConnection*)connection;
@property (strong) NSMutableData* responseData; // atomic
@property (nonatomic, strong) NSDictionary* responseHeaders;
@property (nonatomic, strong) CDVFileTransfer* command;
@property (nonatomic, assign) CDVFileTransferDirection direction;
@property (nonatomic, strong) NSURLConnection* connection;