The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Doit::Lwp - commands for dealing with WWW access River stage zero No dependents

Doit::Lwp is a Doit component providing commands for dealing with WWW access. It has to be added to a script using Doit's add_component: $doit->add_component('lwp'); DOIT COMMANDS The following commands are added to the Doit runner object: lwp_mirror...

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

LWP::AuthenAgent - a simple subclass of LWP::UserAgent to allow the user to type in username / password information if required for autentication. River stage zero No dependents

LWP::AuthenAgent simple overloads the get_basic_credentials method of LWP::UserAgent. It prompts the user for username / passsword for a given realm, supressing tty echoing of the password. Authentication details are stored in the object for each rea...

AWRIGLEY/sitemapper-1.019 - 09 Jun 2000 15:23:35 UTC - Search in distribution
  • WWW::Sitemap - functions for generating a site map for a given site URL.

LWP::ConsoleLogger - LWP tracing and debugging River stage one • 6 direct dependents • 6 total dependents

It can be hard (or at least tedious) to debug mechanize scripts. LWP::Debug is deprecated. It suggests you write your own debugging handlers, set up a proxy or install Wireshark. Those are all workable solutions, but this module exists to save you so...

OALDERS/LWP-ConsoleLogger-1.000001 - 21 Jun 2023 16:17:22 UTC - Search in distribution

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 - Search in distribution

Nes::Obj::lwp - LWP in an Nes Object River stage zero No dependents

Part of LWP ( http://search.cpan.org/perldoc?LWP ) encapsulated in an Nes Object....

NES/Nes-1.03 - 14 Apr 2010 07:54:00 UTC - Search in distribution
  • Nes - A powerful template system for HTML and the Web.

JSON::RPC::LWP - Use any version of JSON RPC over any libwww supported transport protocols. River stage one • 1 direct dependent • 1 total dependent

BGILLS/JSON-RPC-LWP-0.007 - 25 Jan 2016 01:39:02 UTC - Search in distribution

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 - Search in distribution

LWP::JSON::Tiny - use JSON natively with LWP objects River stage one • 2 direct dependents • 2 total dependents

A lot of RESTful API integration involves pointless busy work with setting accept and content-type headers, remembering how Unicode is supposed to work and so on. This is a very simple wrapper around HTTP::Request and HTTP::Response that handles all ...

SKINGTON/LWP-JSON-Tiny-0.014 - 11 May 2018 18:29:32 UTC - Search in distribution

Test::Mock::LWP - Easy mocking of LWP packages River stage two • 14 direct dependents • 33 total dependents

This package arises from duplicating the same code to mock LWP et al in several different modules I've written. This version is very minimalist, but works for my needs so far. I'm very open to new suggestions and improvements....

LUKEC/Test-Mock-LWP-0.08 - 19 Oct 2013 15:51:23 UTC - Search in distribution

App::LWP::Online - Command line tool to check internet status. River stage zero No dependents

Check internet status if online or offline....

FARACO/App-LWP-Online-0.0.6 - 16 Jan 2017 17:39:56 UTC - Search in distribution

Egg::Plugin::LWP - LWP for Egg Plugin. River stage one • 2 direct dependents • 2 total dependents

It is a plugin to use LWP::UserAgent. Please define HASH in 'plugin_lwp' about the setting. All these set values are passed to LWP::UserAgent. * Please refer to the document of LWP::UserAgent for the option....

LUSHE/Egg-Plugin-LWP-3.01 - 17 Apr 2008 12:23:14 UTC - Search in distribution
1,871 results (0.072 seconds)