Search results for "LWP"
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 - Search in distribution- LWP::Simple - simple procedural interface to LWP
- LWP::RobotUA - a class for well-behaved Web robots
- LWP::Protocol - Base class for LWP protocols
- 25 more results from libwww-perl »
Chess::Games::DotCom - API for accessing chessgames.com
TBONE/Chess-Games-DotCom-1.2
-
25 Jan 2005 23:23:34 UTC
-
Search in distribution
LWP::IO - Tk I/O routines for the LWP library
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- LWP::IO - Low level I/O capability
- LWP::Socket - TCP/IP socket interface
- LWP::SecureSocket - SSL TCP/IP socket interface
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 - Search in distribution
Doit::Lwp - commands for dealing with WWW access
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.026 - 01 Sep 2022 09:37:47 UTC - Search in distribution- lib/Doit/Lwp.pm
- Doit - a scripting framework
LWP::Curl - LWP methods implementation with Curl engine
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
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
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
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::FastRobot - a robot which lets us check how long it will wait
- LWP::NoStopRobot - a robot doesn't stop, but remembers where it has been
- HTML::AsHTML - Return The same HTML document as was put in.
- 3 more results from Link_Controller »
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 - Search in distribution- LWP::RobotPUA - Parallel LWP::RobotUA
- LWP::ParallelUA - Parallel LWP::UserAgent
- LWP::Parallel::RobotUA - A class for Parallel Web Robots
- 7 more results from ParallelUserAgent »
LWP::MediaTypes - guess media type for a file or a URL
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.
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
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- LWP::ConsoleLogger::Easy - Easy LWP tracing and debugging
- LWP::ConsoleLogger::Everywhere - LWP tracing everywhere
IO::All::LWP - IO::All interface to LWP
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- IO::All::FTP - Extends IO::All to FTP URLs
- IO::All::HTTP - Extends IO::All to HTTP URLs
Nes::Obj::lwp - LWP in an Nes Object
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.
BGILLS/JSON-RPC-LWP-0.007
-
25 Jan 2016 01:39:02 UTC
-
Search in distribution
Test::VCR::LWP - Record and playback LWP interactions.
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
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- LWP::UserAgent::JSON - a subclass of LWP::UserAgent that understands JSON
- HTTP::Request::JSON - a subclass of HTTP::Request that understands JSON
- HTTP::Message::JSON - a very simple superclass for JSON HTTP messages
- 1 more result from LWP-JSON-Tiny »
Test::Mock::LWP - Easy mocking of LWP packages
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- Test::Mock::LWP::UserAgent - Mocks LWP::UserAgent
- Test::Mock::HTTP::Request - Mocks HTTP::Request
App::LWP::Online - Command line tool to check internet status.
Check internet status if online or offline....
FARACO/App-LWP-Online-0.0.6 - 16 Jan 2017 17:39:56 UTC - Search in distribution