summaryrefslogtreecommitdiff
path: root/plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-25 16:10:07 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-25 16:10:07 -0400
commit65e7255c868bed3bb950e7e36ab786934edc559f (patch)
tree085a58a4bc4a55111803dde9ab412dec9e9a8bb1 /plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h
parent855a0e8ddc273b58066530a1b55a946021dfc56e (diff)
https now works with self-signed certificates (needs provisioning though)
Diffstat (limited to 'plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h')
-rw-r--r--plugins/com.synconset.cordovaHTTP/src/ios/CordovaHttpPlugin.h17
1 files changed, 0 insertions, 17 deletions
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 <Foundation/Foundation.h>
-
-#import <Cordova/CDVPlugin.h>
-#import <Cordova/CDVJSON.h>
-
-@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