From 65e7255c868bed3bb950e7e36ab786934edc559f Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 25 Jun 2015 16:10:07 -0400 Subject: https now works with self-signed certificates (needs provisioning though) --- .../src/ios/CordovaHttpPlugin.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h (limited to 'plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h') diff --git a/plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h b/plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h deleted file mode 100644 index a74c8254..00000000 --- a/plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h +++ /dev/null @@ -1,17 +0,0 @@ -#import - -#import -#import - -@interface CordovaHttpPlugin : CDVPlugin - -- (void)useBasicAuth:(CDVInvokedUrlCommand*)command; -- (void)setHeader:(CDVInvokedUrlCommand*)command; -- (void)enableSSLPinning:(CDVInvokedUrlCommand*)command; -- (void)acceptAllCerts:(CDVInvokedUrlCommand*)command; -- (void)post:(CDVInvokedUrlCommand*)command; -- (void)get:(CDVInvokedUrlCommand*)command; -- (void)uploadFile:(CDVInvokedUrlCommand*)command; -- (void)downloadFile:(CDVInvokedUrlCommand*)command; - -@end -- cgit v1.2.3