wymsee / cordova-HTTP

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

Support PUT PATCH DELETE #111

Open Birowsky opened 7 years ago

Birowsky commented 7 years ago

Investigating the global object that this plugin provides, i wasn't able to figure out how to execute PUT, PATCH or DELETE requests.

screen shot 2016-09-28 at 15 33 20
Sadegh-Ameri commented 7 years ago

I have the same problem. I think the PUT, DELETE and PATCH methods are not implemented yet. PUT and DELETE might be released in the coming versions. There is a pull request for these changes https://github.com/wymsee/cordova-HTTP/pull/105/files?diff=split&short_path=04c6e90

kodeine commented 7 years ago

any updates on this?

mlarrieur commented 7 years ago

My fork has PUT, PostJSON, and DELETE(not PATCH though) https://github.com/miki95/cordova-HTTP