mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-07-26 00:00:14 +08:00
- failure handler gets called if an exception occurs in native code - rename "raw" serializer to "utf8" - extract serializer into separate file
9 lines
167 B
Objective-C
9 lines
167 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "AFURLRequestSerialization.h"
|
|
|
|
@interface TextRequestSerializer : AFHTTPRequestSerializer
|
|
|
|
+ (instancetype)serializer;
|
|
|
|
@end
|