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

HTTP::CookieJar::LWP - LWP adapter for HTTP::CookieJar

Author

       David Golden <dagolden@cpan.org>

Description

       This module is an experimental adapter to make HTTP::CookieJar work with LWP.  It implements the two
       methods that "LWP" calls from HTTP::Cookies.

       It is not a general-purpose drop-in replacement for "HTTP::Cookies" in any other way.

Name

       HTTP::CookieJar::LWP - LWP adapter for HTTP::CookieJar

Synopsis

         use LWP::UserAgent;
         use HTTP::CookieJar::LWP;

         my $ua = LWP::UserAgent->new(
           cookie_jar => HTTP::CookieJar::LWP->new
         );

Version

       version 0.014

See Also