fixed some issues with responseSerializers and moved some functions out of obj-c into javascript

This commit is contained in:
Andrew Stephan
2016-02-19 17:13:48 -05:00
parent 340e45a381
commit c35af633a4
6 changed files with 88 additions and 177 deletions
+1 -3
View File
@@ -4,11 +4,9 @@
@interface CordovaHttpPlugin : CDVPlugin
- (void)useBasicAuth:(CDVInvokedUrlCommand*)command;
- (void)setHeader:(CDVInvokedUrlCommand*)command;
- (void)enableSSLPinning:(CDVInvokedUrlCommand*)command;
- (void)acceptAllCerts:(CDVInvokedUrlCommand*)command;
- (void)acceptAllHosts:(CDVInvokedUrlCommand*)command;
- (void)validateDomainName:(CDVInvokedUrlCommand*)command;
- (void)post:(CDVInvokedUrlCommand*)command;
- (void)get:(CDVInvokedUrlCommand*)command;
- (void)uploadFile:(CDVInvokedUrlCommand*)command;