1HTTP::CookieJar::LWP(3)User Contributed Perl DocumentatioHnTTP::CookieJar::LWP(3)
2
3
4
6 HTTP::CookieJar::LWP - LWP adapter for HTTP::CookieJar
7
9 version 0.008
10
12 use LWP::UserAgent;
13 use HTTP::CookieJar::LWP;
14
15 my $ua = LWP::UserAgent->new(
16 cookie_jar => HTTP::CookieJar::LWP->new
17 );
18
20 This module is an experimental adapter to make HTTP::CookieJar work
21 with LWP. It implements the two methods that "LWP" calls from
22 HTTP::Cookies.
23
24 It is not a general-purpose drop-in replacement for "HTTP::Cookies" in
25 any other way.
26
28 David Golden <dagolden@cpan.org>
29
31 This software is Copyright (c) 2013 by David Golden.
32
33 This is free software, licensed under:
34
35 The Apache License, Version 2.0, January 2004
36
37
38
39perl v5.30.1 2020-01-30 HTTP::CookieJar::LWP(3)