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

Add support for curl_setopt() and curl_multi_setopt() with options to set callback event handlers #825

Open
mt-omarov opened this issue May 15, 2023 · 0 comments

Comments

@mt-omarov
Copy link

The ability to set automatic event handlers via functions is needed to fully work with HTTP/2 .
Particularly, support of the following options for curl_setopt():

  1. CURLOPT_HEADERFUNCTION
  2. CURLOPT_PASSWDFUNCTION
  3. CURLOPT_PROGRESSFUNCTION
  4. CURLOPT_READFUNCTION
  5. CURLOPT_WRITEFUNCTION
  6. CURLMOPT_PUSHFUNCTION for curl_multi_setopt().
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

1 participant