[whatwg/fetch] Integrate early hints https://tools.ietf.org/html/rfc8297 (#1225)

Early hints are a mechanism permitting servers to indicate resources that might need to be preloaded before the final status and response headers are ready. This is implemented using the "103 Early Hints" status code. The protocol standard is here: https://tools.ietf.org/html/rfc8297.

Chrome is experimenting with early hints as an alternative to HTTP/2 push to reduce latency, without the complexity and traps of HTTP/2 push. Early results are promising.

Early hints will need to be integrated into the Fetch Standard processing model to ensure interoperability. This issue is to track that effort.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1225

Received on Wednesday, 28 April 2021 07:32:37 UTC