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.52 - 07 Jan 2021 21:58:27 UTCThis 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 UTCRECSKY/LWP-Simple-REST-0.20 - 19 Mar 2017 18:29:31 UTC
Really simple wrapper to HTTP POST requests...
SARGIE/LWP-Simple-Post-0.05 - 30 Mar 2011 05:36:47 UTCThis 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 UTCLWP::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 UTCThis 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 UTCThe 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.52 - 07 Jan 2021 21:58:27 UTCLWP::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 UTCThis 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 UTCRobotPUA 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 UTCThis 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.52 - 07 Jan 2021 21:58:27 UTCIntroduction 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 UTCLWP::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 UTCThe 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.52 - 07 Jan 2021 21:58:27 UTCThis 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.52 - 07 Jan 2021 21:58:27 UTCParallelUA 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 UTCNOTE: 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 UTCBGILLS/JSON-RPC-LWP-0.007 - 25 Jan 2016 01:39:02 UTC
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