mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
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:
committed by
Andrew Grieve
parent
651460fb6b
commit
28fb0a7c4d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user