Search results for "module:LWP::Protocol::data"
LWP - The World-Wide Web library for Perl
The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...
OALDERS/libwww-perl-6.72 - 17 Jul 2023 22:02:15 UTC
Coro::LWP - make LWP non-blocking - as much as possible
This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module tries to make LWP non-blocking with respect to other coroutines as much as possible, and with whatever means it takes. LWP really tries ve...
MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC
LWP::Protocol - Base class for LWP protocols
This class is used as the base class for all protocol implementations supported by the LWP library. When creating an instance of this class using "LWP::Protocol::create($url)", and you get an initialized subclass appropriate for that access method. I...
OALDERS/libwww-perl-6.72 - 17 Jul 2023 22:02:15 UTC
LWP::Auth_UA - a user agent which knows some authorisation tokens
This is a LWP user agent which is almost identical to the normal user agent (LWP::UserAgent) except that if it reaches a situation where it needs an authentication token then it will send a token which it has stored. Storing authentication tokens in ...
MIKEDLR/Link_Controller-0.037 - 09 Feb 2002 18:12:34 UTC
LWP::Parallel - Extension for LWP to allow parallel HTTP and FTP access
Introduction ParallelUserAgent is an extension to the existing libwww module. It allows you to take a list of URLs (it currently supports HTTP, FTP, and FILE URLs. HTTPS might work, too) and connect to all of them _in parallel_, then wait for the res...
MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC
LWP::UserAgent - Web user agent class
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.72 - 17 Jul 2023 22:02:15 UTC
LWP::Authen::OAuth - generate signed OAuth requests
This module provides a sub-class of LWP::UserAgent that generates OAuth 1.0 signed requests. You should familiarise yourself with OAuth at <http://oauth.net/>. This module only supports HMAC_SHA1 signing. OAuth nonces are generated using the Perl ran...
TIMBRODY/LWP-Authen-OAuth-1.02 - 06 Feb 2013 10:38:43 UTC
LWP::Authen::OAuth2 - Make requests to OAuth2 APIs.
DOMM/LWP-Authen-OAuth2-0.20
-
16 Jan 2023 16:30:20 UTC
Test::LWP::UserAgent - A LWP::UserAgent suitable for simulating and testing network calls
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::Cached - LWP::UserAgent with simple caching mechanism
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::Parallel::Protocol - Base class for parallel LWP protocols
This class is used a the base class for all protocol implementations supported by the LWP::Parallel library. It mirrors the behavior of the original LWP::Parallel library by subclassing from it and adding a few subroutines of its own. Please see the ...
MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC
LWP::Parallel::UserAgent - A class for parallel User Agents
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
Test::LWP::MockSocket::http - Inject arbitrary data as socket data for LWP::UserAgent
This module, when loaded, mangles some functions in LWP::Protocol::http which will emulate a real socket. LWP is used as normally as much as possible. Effort has been made to maintain the exact behavior of Net::HTTP and LWP::Protocol::http. Two varia...
MNUNBERG/Test-LWP-MockSocket-http-0.05 - 19 Dec 2011 22:58:36 UTC