logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LWP::UserAgent::Role::CHICaching::VaryNotAsterisk - A role for when Vary is not * when caching

Author

       Kjetil Kjernsmo <kjetilk@cpan.org>.

Description

       See LWP::UserAgent::Role::CHICaching::SimpleKeyGen for a background. Basically, this module does the
       second dumbest thing, but in doing so, the User Agent ceases to be compliant with the HTTP standard. You
       basically have to implement your own "key" attribute to make it compliant.

   AttributesandMethods
       "cache_vary"
           Allow a response with a "Vary" header to be cached if it doesn't contain an asterisk (*).

Name

       LWP::UserAgent::Role::CHICaching::VaryNotAsterisk - A role for when Vary is not * when caching
       LWP::UserAgent

Synopsis

       See LWP::UserAgent::Role::CHICaching.

See Also