The LWP::UserAgent is a class implementing a web user agent. LWP::UserAgent objects can be used to dispatch web requests. In normal use the application creates an LWP::UserAgent object, and then configures it with values for timeouts, proxies, name, ...
OALDERS/libwww-perl-6.53 - 07 Mar 2021 16:55:35 UTCInherits directly form LWP::UserAgent. Launches tor proc in background and connects to it via socket. Every method call of "rotate_ip" will send a request to change the exit node and return 1 on sucess....
SPEBERN/LWP-UserAgent-Tor-0.06 - 02 Jan 2017 02:15:21 UTCLWP::UserAgent::POE is a subclass of LWP::UserAgent and works well in a POE environment. It is a drop-in replacement for LWP::UserAgent in systems that are already using LWP::UserAgent synchronously and want to play nicely with POE. The problem: LWP:...
MSCHILLI/LWP-UserAgent-POE-0.05 - 27 May 2014 02:25:03 UTCThis module is a subclass of LWP::UserAgent which overrides a few key low-level methods that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatl...
ETHER/Test-LWP-UserAgent-0.034 - 06 Mar 2020 04:23:57 UTCThis is a subclass of LWP::UserAgent which recognises if it gets JSON output back, and if so returns an HTTP::Response::JSON object instead of a HTTP::Response object. It exposes the logic of reblessing the HTTP::Response object in case you get hande...
SKINGTON/LWP-JSON-Tiny-0.014 - 11 May 2018 18:29:32 UTCThis class implements a user agent that access web sources in parallel. Using a *LWP::Parallel::UserAgent* as your user agent, you typically start by registering your requests, along with how you want the Agent to process the incoming results (see $u...
MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTCEARLY RELEASE, THINGS MIGHT STILL CHANGE A LOT. Like HTTP::Tiny::Plugin, LWP::UserAgent::Plugin allows you to extend functionalities of LWP::UserAgent using plugins instead of subclassing. This makes it easy to combine several functionalities togethe...
PERLANCAR/LWP-UserAgent-Plugin-0.004 - 13 Aug 2020 06:43:15 UTCWhen you process content from some website, you will get page one by one and extract some data from this page with regexp, DOM parser or smth else. Sometimes we makes errors in our data extractors and realize this only when all 1_000_000 pages were p...
OLEG/LWP-UserAgent-Cached-0.08 - 29 Nov 2019 17:34:10 UTC"LWP::UserAgent::Caching" gives you RFC compliant caching. It respects the old HTTP/1 headerfields like 'Expires' but also implements the HTTP/1.1 'Cache-Control' directives. Unlike many other cachng useragents, this one does actually invalidate the ...
VANHOESEL/LWP-UserAgent-Caching-0.07 - 04 Mar 2018 10:55:02 UTCLWP::UserAgent::Keychain is a LWP UserAgent object and it tries to lookup username and password on Mac OS X keychain when it encounters the page secured under HTTP basic or digest authentication. By default, the tries to find the Internet Key in the ...
MIYAGAWA/LWP-UserAgent-Keychain-0.01 - 14 Feb 2008 00:00:58 UTCThis module is a more modern LWPx::ParanoidAgent with cleaner internals and a very similar feature set. It is a not a drop-in replacement, however, since the API differs. The primary features provided by this module: Overall request timeout A configu...
TSIBLEY/LWP-UserAgent-Paranoid-0.97 - 17 Mar 2015 04:52:26 UTCThis module adds session record and playback options for LWP requests, whilst trying to introduce as little clutter as necessary. When in record mode, all LWP requests and responses will be captured in-memory, until the finished method is called, at ...
MJEMMESON/LWP-UserAgent-Mockable-1.18 - 20 Jan 2017 11:09:19 UTCNo user-serviceable parts inside....
AUTRIJUS/RT-Client-0.01 - 25 Aug 2004 17:17:57 UTCIf this subclass of "LWP::UserAgent" is inserted into the @ISA inheritance list of "WWW::Mechanize", it allows it to record request and response data to a set of files, then play back responses from that data. For suggestions on the use of this class...
NPW/LWP-UserAgent-Snapshot-v0.2 - 06 Nov 2009 00:03:08 UTCEWILHELM/dotReader-v0.11.2 - 23 Apr 2007 01:08:29 UTC
This class is an extended LWP UserAgent, which can support both traditional HTTP_PROXY settings and proxy settings of Microsoft Windows Internet Explorer. $ua->env_proxy Read proxy settings from HTTP_PROXY or CGI_HTTP_PROXY or win32 IE proxy settings...
QJZHOU/LWP-UserAgent-ProxyAny-1.01 - 11 Mar 2004 16:42:33 UTCNHORNE/LWP-UserAgent-Throttled-0.06 - 13 Jun 2017 17:03:43 UTC
It provides an anonymity to user agent by setting proxy from the pool of proxies fetched from here <http://www.gatherproxy.com> runtime....
MANWAR/LWP-UserAgent-Anonymous-0.09 - 09 Oct 2015 11:00:51 UTCLWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache....
SEKIMURA/LWP-UserAgent-WithCache-0.13 - 16 May 2020 22:04:06 UTCThis class works just like LWP::UserAgent (and is based on it, by being a subclass of it), except that when you use it to get a web page but run into a possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and retry a few tim...
ALEXMV/LWP-UserAgent-Determined-1.07 - 24 Jun 2014 20:26:20 UTC