You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the doc it says it's a HTTP2 compliant but I can't find the doc for the server push feature.
Can anyone help me to send a server push type of query? Because for now this crate is unusable apparently :/
Thank you guys
The text was updated successfully, but these errors were encountered:
In the doc it says it's a HTTP2 compliant but I can't find the doc for the server push feature.
That's correct, this crate implements the HTTP2 protocol and is used in many things already! We haven't come up with a good API to expose to users how to send PUSH_PROMISEs.
That's not really fair to say. This crate is used for many applications in production already (some examples include linkerd.io and gRPC). Would you like to help on the linked PR?
Hi,
In the doc it says it's a HTTP2 compliant but I can't find the doc for the server push feature.
Can anyone help me to send a server push type of query? Because for now this crate is unusable apparently :/
Thank you guys
The text was updated successfully, but these errors were encountered: