ianlewis / homepage

My homepage/blog
MIT License
4 stars 3 forks source link

HTTP/2 Push support #8

Closed ianlewis closed 7 years ago

ianlewis commented 8 years ago

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:

ianlewis commented 7 years ago

I don't think the GCP L7 load balancer supports this so closing.