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

   Adds optional support for the RFC 9211 Cache-Status response header to the 
caching executors.
   
   When enabled, the cache records how each response was produced — a cache 
hit,cor a forward to the origin with the reason (bypass, method, uri-miss, 
vary-miss, request, stale) and the upstream status code where relevant — and 
emits a
   Cache-Status header identified as Apache-HttpClient.
   
   Disabled by default; enabled with `CacheConfig.setCacheStatusEnabled(true)`.
   Applies to both the classic and async cache execution paths.
   


-- 
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