-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi!
I would like to ask if there are any plans to introduce support for Early Hints (HTTP 103) in free nginx in the future. Specifically, I am interested in two areas:
Configuring specific assets:
Will there be a way to configure Early Hints directly in the nginx configuration, such as defining which assets (CSS, JS, fonts) should be included in the 103 responses?
Pass-through support (i think that is most important):
Will nginx support forwarding HTTP 103 responses from upstream servers without modification? This would allow Early Hints to be handled by backend while nginx simply passes them along to the client.
Early Hints is becoming an increasingly valuable mechanism for improving performance, and it would be great to know if this is something that might be supported natively in nginx.
Thank you in advance for your response.