Search results for "module:LWP"

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 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::IO - Tk I/O routines for the LWP library River stage one • 1 direct dependent • 1 total dependent

This module provide replacement functions for the LWP::IO functions. Require this module if you use Tk and want non exclusive IO behaviour from LWP. This does not allow LWP to run simultaneous requests though. See also LWP::IO....

GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC

LWP::IO - Low level I/O capability River stage one • 1 direct dependent • 1 total dependent

The following functions are available: LWP::IO::read($fd, $data, $size, $offset, $timeout) LWP::IO::write($fd, $data, $timeout) These routines provide low level I/O with timeout capability for the LWP library. These routines will only be installed if...

GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC

LWP::Curl - LWP methods implementation with Curl engine River stage zero No dependents

LWP::Curl provides an interface similar to the LWP library, but is built on top of the Curl library. The simple LWP-style interface means you don't have to know anything about the underlying library....

LORN/LWP-Curl-0.14 - 05 Jan 2016 18:19:19 UTC

Coro::LWP - make LWP non-blocking - as much as possible River stage two • 53 direct dependents • 69 total dependents

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::Socket - TCP/IP socket interface River stage one • 1 direct dependent • 1 total dependent

Beware: New code should not use this module. The IO::Socket::INET module provide the standard Perl interface to OO Internet sockets. Even LWP is now rewritten to use IO::Socket::INET throughout. This class implements TCP/IP sockets. It groups socket ...

GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC

LWP::Simple - simple procedural interface to LWP River stage four • 2163 direct dependents • 6200 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::Online - Does your process have access to the web River stage two • 43 direct dependents • 86 total dependents

This module attempts to answer, as accurately as it can, one of the nastiest technical questions there is. Am I on the internet? The answer is useful in a wide range of decisions. For example... *Should my test scripts run the online portion of the t...

ADAMK/LWP-Online-1.08 - 08 Jul 2011 07:04:20 UTC

LWP::CurlLog - Log LWP requests as curl commands River stage zero No dependents

This module can be used to log LWP requests as curl commands so you can redo requests the perl script makes, manually, on the command line. Just include a statement "use LWP::CurlLog;" to the top of your perl script and then check the output for curl...

JACOBG/LWP-CurlLog-0.03 - 23 May 2018 22:16:43 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 • 2163 direct dependents • 6200 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::Parallel - Extension for LWP to allow parallel HTTP and FTP access River stage one • 2 direct dependents • 3 total dependents

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::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::Protocol - Base class for LWP protocols River stage four • 2163 direct dependents • 6200 total dependents

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

LWP::ConnCache - Connection cache manager River stage four • 2163 direct dependents • 6200 total dependents

The "LWP::ConnCache" class is the standard connection cache manager for LWP::UserAgent....

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::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::MediaTypes - guess media type for a file or a URL River stage four • 13 direct dependents • 8534 total dependents

This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compat...

OALDERS/LWP-MediaTypes-6.04 - 20 Mar 2019 13:01:30 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::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
226 results (0.02 seconds)