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

include explicit post request through handle_setopt #295

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lehighKent
Copy link

I've found myself seeking out this SO question repeatedly for making very explicit post requests.

@jeroen
Copy link
Owner

jeroen commented Mar 10, 2023

Setting customrequest here is redundant; the POST method is implicit when setting postfields.

In fact, setting the method manually with curl is almost always unnecessary and discouraged: https://daniel.haxx.se/blog/2015/09/11/unnecessary-use-of-curl-x/

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

Successfully merging this pull request may close these issues.

2 participants