Set up HTTP/2 push support. Currently nginx doesn't support push so a proxy could be added in front of nginx to provide push support. nghttp2 or h2o are examples of http2 reverse proxies with push support.
I would need to add support for setting the Link: header for responses. Maybe some kind of Django middleware? or a custom template tag that has access to the response?
Set up HTTP/2 push support. Currently nginx doesn't support push so a proxy could be added in front of nginx to provide push support. nghttp2 or h2o are examples of http2 reverse proxies with push support.
I would need to add support for setting the Link: header for responses. Maybe some kind of Django middleware? or a custom template tag that has access to the response?
Links: