arturobernalg opened a new pull request, #707:
URL: https://github.com/apache/httpcomponents-client/pull/707

   Introduces EarlyHintsListener to surface 103 Early Hints without altering 
final response flow.
   
   Wires listener via HttpClientBuilder#setEarlyHintsListener(...) and 
HttpAsyncClientBuilder#setEarlyHintsListener(...).
   
   Handles 103 in classic (MainClientExec) and async (EarlyHintsAsyncExec).
   
   
   Early Hints ([RFC 8297)](https://datatracker.ietf.org/doc/html/rfc8297) 
allows servers to advise clients (typically via Link preload/preconnect) before 
the final response. Libraries should expose these hints while keeping normal 
processing intact.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to