Search results for "module:LWP::UserAgent"

LWP::UserAgent - Web user agent class River stage four • 2163 direct dependents • 6200 total dependents

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.77 - 11 Mar 2024 00:58:25 UTC

LWP::UserAgent::POE - Drop-in LWP::UserAgent replacement in POE environments River stage one • 1 direct dependent • 1 total dependent

LWP::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 UTC

LWP::UserAgent::Tor - rotate your ips River stage one • 1 direct dependent • 1 total dependent

Inherits 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 UTC

LWP::UserAgent::msgraph River stage zero No dependents

This module allows the interaction between Perl and the MS Graph API service. Therefore, a MS Graph application can be built using Perl. The application must be correctly registered within Azure with the proper persmissions. This module has the glue ...

ESTRELOW/LWP-UserAgent-msgraph-0.12 - 28 Feb 2024 21:41:06 UTC

Test::LWP::UserAgent - A LWP::UserAgent suitable for simulating and testing network calls River stage three • 57 direct dependents • 310 total dependents

This 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.036 - 16 Jan 2022 04:13:25 UTC

LWP::UserAgent::JSON - a subclass of LWP::UserAgent that understands JSON River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

LWP::Parallel::UserAgent - A class for parallel User Agents River stage one • 2 direct dependents • 3 total dependents

This 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 UTC

LWP::UserAgent::Plugin - LWP::UserAgent with plugins River stage two • 6 direct dependents • 74 total dependents

EARLY 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 UTC

LWP::UserAgent::Cached - LWP::UserAgent with simple caching mechanism River stage one • 1 direct dependent • 1 total dependent

When 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 - HTTP::Casing based UserAgent, finally done right River stage one • 1 direct dependent • 1 total dependent

"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 UTC

LWP::UserAgent::Keychain - UserAgent that looks up passwords on Mac OS X keychain River stage zero No dependents

LWP::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 UTC

LWP::UserAgent::Paranoid - A modern LWPx::ParanoidAgent for safer requests River stage one • 3 direct dependents • 5 total dependents

This 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 UTC

LWP::UserAgent::Mockable - Permits recording, and later playing back of LWP requests. River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

LWP::UserAgent::RTClient - User Agent for RT-Atom authentication River stage zero No dependents

No user-serviceable parts inside....

AUTRIJUS/RT-Client-0.01 - 25 Aug 2004 17:17:57 UTC

LWP::UserAgent::Snapshot - modifies the behaviour of LWP::UserAgent to record and playback data. River stage one • 1 direct dependent • 1 total dependent

If 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 UTC

LWP::Iterator::UserAgent - a non-blocking LWP iterator River stage zero No dependents

EWILHELM/dotReader-v0.11.2 - 23 Apr 2007 01:08:29 UTC

LWP::UserAgent::ProxyAny - A LWP UserAgent supports both HTTP_PROXY and IE proxy River stage zero No dependents

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 UTC

LWP::UserAgent::Anonymous - Interface to anonymous LWP::UserAgent. River stage zero No dependents

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 UTC

LWP::UserAgent::WithCache - LWP::UserAgent extension with local cache River stage one • 5 direct dependents • 8 total dependents

LWP::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 UTC

LWP::UserAgent::Throttled - Throttle requests to a site River stage one • 1 direct dependent • 1 total dependent

NHORNE/LWP-UserAgent-Throttled-0.09 - 28 Jan 2022 16:16:59 UTC
151 results (0.039 seconds)