Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl -X options? #8

Open
gsastry opened this issue May 30, 2014 · 1 comment
Open

curl -X options? #8

gsastry opened this issue May 30, 2014 · 1 comment

Comments

@gsastry
Copy link

gsastry commented May 30, 2014

Hi

How can I mimic the functionality of "curl -X"? in particular I want to delete a resource on the server.

Thanks

@schoettl
Copy link

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 CurlOptions.

Just answering this old issue because I'm working with this library right now..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants