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

   This commit adds the functionality to handle the 'immutable' directive in 
the Cache-Control header as per the RFC specifications.
   
   Key changes include:
   - Add no-transform Control-Cache support.
   - The 'immutable' directive is checked in the Cache-Control of an HTTP 
response, indicating that the origin server will not update the resource 
representation during the response's freshness lifetime.
   - If the 'immutable' directive is present and the response is still fresh, 
the response is considered cacheable without further validation.
   - Ignoring any arguments with the 'immutable' directive, as per RFC 
stipulations.
   - Treating multiple instances of the 'immutable' directive as equivalent to 
one.


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