HTTP::CookieJar::LWP(3pm) | User Contributed Perl Documentation | HTTP::CookieJar::LWP(3pm) |
HTTP::CookieJar::LWP - LWP adapter for HTTP::CookieJar
version 0.014
use LWP::UserAgent; use HTTP::CookieJar::LWP; my $ua = LWP::UserAgent->new( cookie_jar => HTTP::CookieJar::LWP->new );
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.
David Golden <dagolden@cpan.org>
This software is Copyright (c) 2013 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
2022-08-01 | perl v5.34.0 |