-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Support for CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA (http2 push functionality) #232
Comments
I should be able to add some basic support for this feature in the following days. The plan is to make it available in a pre-release version for |
this option allows to handle http2 server pushes - See #232
@MoMannn I've just added support for To use it install the pre-release version For more documentation see the overloaded method documentation temporarily available here: https://jovial-kilby-4334c9.netlify.app/classes/_multi_.multi.html#setopt Also, I've created a Discord server: https://discord.gg/3vacxRY Feel free to join to discuss any issues / give feedback related to the implementation. Sample output from running the above code on my machine:
|
Documentation's link is now https://develop--node-libcurl-docs.netlify.app/classes/_multi_.multi.html#setopt |
@MoMannn in case you have tried the feature, did it work as you expected? Planning on releasing v2.2 tomorrow. |
Not yet, will start working on it today. |
@MoMannn I've released |
Bindings for above functionalities are not yet supported which are integral to a http2 client.
The text was updated successfully, but these errors were encountered: