manpagez: man pages & more
man HTTP::CookieJar::LWP(3)
Home | html | info | man
HTTP::CookieJar::LWP(3)                      User Contributed Perl Documentation





NAME

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


VERSION

       version 0.014


SYNOPSIS

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

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


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.


AUTHOR

       David Golden <dagolden@cpan.org>


COPYRIGHT AND LICENSE

       This software is Copyright (c) 2013 by David Golden.

       This is free software, licensed under:

         The Apache License, Version 2.0, January 2004



perl v5.34.1                       2022-07-25            HTTP::CookieJar::LWP(3)

http-cookiejar 0.14.0 - Generated Wed May 3 07:28:08 CDT 2023
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.