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

Search results for "module:LWP::Simple"

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::Simple::REST - A simple funcional interface to LWP::UserAgent, focused to quick use and test HTTP/REST apis River stage zero No dependents

RECSKY/LWP-Simple-REST-0.20 - 19 Mar 2017 18:29:31 UTC

Meta::LWP::Simple - extend LWP::Simple with RDMBS caching. River stage zero No dependents

This module extends LWP::Simple with RDMBS caching using my webcache database and the object which support using it for web cache storage....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

LWP::Simple::Post - Single-method POST requests River stage zero No dependents

Really simple wrapper to HTTP POST requests...

SARGIE/LWP-Simple-Post-0.05 - 30 Mar 2011 05:36:47 UTC

LWP::Simple::Cookies - adds cookie support to LWP::Simple River stage zero No dependents

This module alters the operation of LWP::Simple so that it keeps track of any cookies presented by the server. Any import options are passed directly to HTTP::Cookies->new....

JJORE/LWP-Simple-Cookies-0.01 - 20 Oct 2003 04:41:10 UTC

LWP::Simple::WithCache - LWP::Simple with cache River stage one • 1 direct dependent • 2 total dependents

LWP::Simple::WithCache reassign the $ua used by LWP::Simple to LWP::UserAgent::WithCache, and allow users to use the function provided by LWP::Simple with some cache functionality. Users can access the cache object by using $LWP::Simple::ua->{cache} ...

LEEYM/LWP-Simple-WithCache-0.04 - 22 Oct 2020 03:33:18 UTC

LWP::UserAgent::Caching::Simple - The first 'hard thing' made easy --- simple River stage zero No dependents

This is a simplified version of LWP::UserAgent::Caching with sensible defaults and less options. For more control and more options, please use that module....

VANHOESEL/LWP-UserAgent-Caching-Simple-0.06 - 04 Mar 2018 16:56:47 UTC

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::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

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::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::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::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

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::Debug - deprecated River stage four • 2163 direct dependents • 6200 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::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

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

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

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
49 results (0.039 seconds)