The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:LWP::UA"

XML::RPC::UA::LWP - XML::RPC useragent, using LWP River stage zero No dependents

Default syncronous useragent for XML::RPC::Fast...

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

WWW::Chain::UA::LWP - Using LWP::UserAgent to execute WWW::Chain chains River stage zero No dependents

GETTY/WWW-Chain-0.006 - 06 Feb 2020 06:34:12 UTC

JMAP::Tester::UA::LWP River stage one • 1 direct dependent • 1 total dependent

RJBS/JMAP-Tester-0.103 - 12 Jan 2023 02:24:30 UTC

WebService::Auth0::UA::LWP - Use LWP for connection River stage zero No dependents

JJNAPIORK/WebService-Auth0-0.002 - 03 Jan 2019 23:26:17 UTC

Test2::Tools::HTTP::UA::LWP - LWP user agent wrapper for Test2::Tools::HTTP River stage one • 7 direct dependents • 7 total dependents

This class is not intended to be used directly. This module provides the machinery for instrumenting LWP::UserAgent for use with Test2::Tools::HTTP. Since LWP::UserAgent is the default user agent for Test2::Tools::HTTP, this is the default user agent...

PLICEASE/Test2-Tools-HTTP-0.11 - 31 Aug 2022 12:25:17 UTC

LWP::Auth_UA - a user agent which knows some authorisation tokens River stage zero No dependents

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::RobotUA - a class for well-behaved Web robots River stage four • 2175 direct dependents • 6287 total dependents

This class implements a user agent that is suitable for robot applications. Robots should be nice to the servers they visit. They should consult the /robots.txt file to ensure that they are welcomed and they should not make requests too frequently. B...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC

LWP::ParallelUA - Parallel LWP::UserAgent River stage one • 2 direct dependents • 3 total dependents

ParallelUA is a simple frontend to the LWP::Parallel::UserAgent module. It is here in order to maintain the compatibility with previous releases. However, in order to prevent the previous need for changing the original LWP sources, all extension file...

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

LWP::Parallel::RobotUA - A class for Parallel Web Robots River stage one • 2 direct dependents • 3 total dependents

This class implements a user agent that is suitable for robot applications. Robots should be nice to the servers they visit. They should consult the /robots.txt file to ensure that they are welcomed and they should not make requests too frequently. B...

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

HTTP::AnyUA::Backend::LWP::UserAgent - A unified programming interface for LWP::UserAgent River stage one • 4 direct dependents • 6 total dependents

This module adds support for the HTTP client LWP::UserAgent to be used with the unified programming interface provided by HTTP::AnyUA....

CCM/HTTP-AnyUA-0.904 - 17 Mar 2019 06:47:23 UTC

WWW::Scraper - framework for scraping results from search engines. River stage one • 1 direct dependent • 1 total dependent

NOTE: You can find a full description of the Scraper framework in WWW::Scraper::ScraperPOD.pm. "Scraper" is a framework for issuing queries to a search engine, and scraping the data from the resultant multi-page responses, and the associated detail p...

GLENNWOOD/Scraper-3.05 - 02 Aug 2003 07:47:12 UTC

LWP - The World-Wide Web library for Perl River stage four • 2175 direct dependents • 6287 total dependents

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

LWP::Simple - simple procedural interface to LWP River stage four • 2175 direct dependents • 6287 total dependents

This module is meant for people who want a simplified view of the libwww-perl library. It should also be suitable for one-liners. If you need more control or access to the header fields in the requests sent and responses received, then you should use...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC

LWP::FastRobot - a robot which lets us check how long it will wait River stage zero No dependents

Just like a RobotUA, but you can see how long it will wait for a given link and then try another....

MIKEDLR/Link_Controller-0.037 - 09 Feb 2002 18:12:34 UTC

LWP::RobotPUA - Parallel LWP::RobotUA River stage one • 2 direct dependents • 3 total dependents

RobotPUA is a simple frontend to the LWP::Parallel::RobotUA module. It is here in order to maintain the compatibility with previous releases. However, in order to prevent the previous need for changing the original LWP sources, all extension files ha...

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

LWP::UserAgent - Web user agent class River stage four • 2175 direct dependents • 6287 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

IO::All::LWP - IO::All interface to LWP River stage one • 4 direct dependents • 5 total dependents

This module acts as glue between IO::All and LWP, so that files can be read and written through the network using the convenient <IO:All> interface. Note that this module is not "use"d directly: you just use IO::All, which knows when to autoload IO::...

ITUB/IO-All-LWP-0.14 - 29 Mar 2007 07:34:08 UTC

LWP::Debug - deprecated River stage four • 2175 direct dependents • 6287 total dependents

This module has been deprecated. Please see LWP::ConsoleLogger for your debugging needs. LWP::Debug is used to provide tracing facilities, but these are not used by LWP any more. The code in this module is kept around (undocumented) so that 3rd party...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC

LWP::NoStopRobot - a robot doesn't stop, but remembers where it has been River stage zero No dependents

This module implements a user agent which remembers where it has been and when so that the user can avoid too fast visits, but doesn't actual implement that wait....

MIKEDLR/Link_Controller-0.037 - 09 Feb 2002 18:12:34 UTC

Test::VCR::LWP - Record and playback LWP interactions. River stage one • 2 direct dependents • 3 total dependents

Records HTTP transactions done thru LWP to a file and then replays them. Allows your tests suite to be fast, dterministic and accurate. Inspired by (stolen from) <http://relishapp.com/vcr/vcr/docs>...

CREIN/Test-VCR-LWP-0.5 - 04 Dec 2014 21:06:00 UTC
91 results (0.036 seconds)