dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
208 stars 35 forks source link

HTTP/2 Server Push #37

Closed efectn closed 2 years ago

efectn commented 2 years ago

Do you support server push like http.Pusher? Thanks

dgrr commented 2 years ago

See https://github.com/dgrr/http2/issues/7.

So far, I think I will not add support to it, unless someone is able to give me some insight of how to frameworks can integrate it easily.