Open gsastry opened 10 years ago
Looks like the DELETE
and PATCH
methods is not supported. The other HTTP methods can be used with method_XXX
which translates to the proper CurlOption
s.
Just answering this old issue because I'm working with this library right now..
Hi
How can I mimic the functionality of "curl -X"? in particular I want to delete a resource on the server.
Thanks