actix-web
                                
                                 actix-web copied to clipboard
                                
                                    actix-web copied to clipboard
                            
                            
                            
                        http/2 push
It seems h2 has not supported http/2 push, yet (https://github.com/carllerche/h2/issues/185).
Duplicate of #36 ?
Support for server push was merged in https://github.com/hyperium/h2/pull/327
It would be great to have http/2 push. How is related h2 to actix-web?
actix-web uses actix-http which uses h2. So it looks like support for this needs to be added to actix-http.
@teohhanhui That's great - didn't notice that. Looking forward for adding server push support.
I can see that this issue is still open, do we have some update about that?
Wondering if there's been any progress on this issue. If help is needed adding in push functionality I'm happy to give it a shot!