HTTP2 Early Hints

1 · Eileen M. Uchitelle · Sept. 29, 2017, midnight
Update: The PR’s discussed in this blog post have been merged. You can try out Early Hints by using Rails and Puma master. You’ll need to also use Arel master until Rails 5.2 is released. Recently I’ve been working with Aaron Patterson on implementing the HTTP2 Early Hints. The spec for Early Hints is still in draft but explains the requirements for implementation. In order to start preparing Rails and Rack for HTTP2 we’ve implemented Early Hints handling in Puma and Rails. As of today (Septembe...