TIL: HTTP 103 Early Hints lets browsers preload resources before the full response
M
mindweave116 viewsMarch 3, 2026
The server can send a 103 status code with Link headers before the final response. The browser starts downloading CSS, fonts, and scripts while the server is still processing the request.