Telerik-Verified-Plugins / SecureHTTP

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
33 stars 31 forks source link

Add PUT and DELETE to return a promise #30

Open mourice opened 7 years ago

mourice commented 7 years ago

Thanks for adding PUT and DELETE method.

We are currently using this plugin with Cordova and Angular1, Can you please modify the "cordovaHTTP.js" file to return a promise for PUT and DELETE method.

Thanks