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

Search results for "module:LWP::Protocol::file"

lib/LWP/Parallel/Protocol/file.pm River stage one • 2 direct dependents • 3 total dependents

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

lib/LWP/Protocol/file.pm River stage four • 2163 direct dependents • 6200 total dependents

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 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::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::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::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::Protocol::rsync - rsync protocol for LWP River stage zero No dependents

This module adds "rsync://" protocol scheme to "LWP::UserAgent" by running the external rsync(1) program. <http://rsync.samba.org/> The rsync protocol uploads or downloads files by sending only changed file blocks if possible. (The receive side calcu...

KRYDE/LWP-Protocol-rsync-2 - 01 Jun 2019 05:49:23 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

Net::SSLGlue::LWP - proper certificate checking for https in LWP River stage zero No dependents

Net::SSLGlue::LWP modifies Net::HTTPS and LWP::Protocol::https so that Net::HTTPS is forced to use IO::Socket::SSL instead of Crypt::SSLeay, and that LWP::Protocol::https does proper certificate checking using the "http" SSL_verify_scheme from IO::So...

SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC

LWP::Protocol::PSGI - Override LWP's HTTP/HTTPS backend with your own PSGI application River stage two • 11 direct dependents • 15 total dependents

LWP::Protocol::PSGI is a module to hijack any code that uses LWP::UserAgent underneath such that any HTTP or HTTPS requests can be routed to your own PSGI application. Because it works with any code that uses LWP, you can override various WWW::*, Net...

MIYAGAWA/LWP-Protocol-PSGI-0.11 - 25 Oct 2019 00:56:57 UTC

LWP::Protocol::sftp - adds support for SFTP uris to LWP package River stage one • 1 direct dependent • 1 total dependent

After this module is installed, LWP can be used to access remote file systems via SFTP. This module is based on Net::SFTP::Foreign. The variable %LWP::Protocol::sftp::DEFAULTS can be used to pass extra arguments to Net::SFTP::Foreign methods. For ins...

SALVA/LWP-Protocol-sftp-0.05 - 26 Nov 2012 15:44:36 UTC

LWP::UserAgent::Cached - LWP::UserAgent with simple caching mechanism River stage one • 1 direct dependent • 1 total dependent

When you process content from some website, you will get page one by one and extract some data from this page with regexp, DOM parser or smth else. Sometimes we makes errors in our data extractors and realize this only when all 1_000_000 pages were p...

OLEG/LWP-UserAgent-Cached-0.08 - 29 Nov 2019 17:34:10 UTC

LWP::Authen::Negotiate - GSSAPI based Authentication Plugin for LWP River stage one • 4 direct dependents • 4 total dependents

To see what ist going on add use LWP::Debug qw(+); to yor LWP using Scripts. (e.g. too see what is going wrong with GSSAPI...)...

AGROLMS/LWP-Authen-Negotiate-0.08 - 02 Nov 2009 20:36:55 UTC

LWP::Parallel::Protocol - Base class for parallel LWP protocols River stage one • 2 direct dependents • 3 total dependents

This class is used a the base class for all protocol implementations supported by the LWP::Parallel library. It mirrors the behavior of the original LWP::Parallel library by subclassing from it and adding a few subroutines of its own. Please see the ...

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

RDF::AllegroGraph::Server - AllegroGraph server handle River stage one • 1 direct dependent • 1 total dependent

Objects of this class represent handles to a remote AllegroGraph HTTP server. Such a server can hold several *catalogs* and each of them can hold *repositories*. Here we also use the orthodox concept of a *model* which is simply one particular reposi...

DRRHO/RDF-AllegroGraph-Easy-0.08 - 03 Apr 2011 09:28:59 UTC

LWP::Parallel::UserAgent - A class for parallel User Agents River stage one • 2 direct dependents • 3 total dependents

This class implements a user agent that access web sources in parallel. Using a *LWP::Parallel::UserAgent* as your user agent, you typically start by registering your requests, along with how you want the Agent to process the incoming results (see $u...

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC

LWP::Protocol::clipboard - Get/set clipboard content through LWP River stage one • 1 direct dependent • 1 total dependent

This module uses Clipboard::Any to get/set clipboard content....

PERLANCAR/LWP-Protocol-clipboard-0.001 - 09 Oct 2022 17:25:50 UTC

LWP::UserAgent::DNS::Hosts - Override LWP HTTP/HTTPS request's host like /etc/hosts River stage zero No dependents

LWP::UserAgent::DNS::Hosts is a module to override HTTP/HTTPS request peer addresses that uses LWP::UserAgent. This module concept was got from LWP::Protocol::PSGI....

MASAKI/LWP-UserAgent-DNS-Hosts-0.14 - 16 Aug 2020 04:58:21 UTC

Alien::Build::Plugin::Fetch::LWP - Plugin for fetching files using LWP River stage four • 248 direct dependents • 1388 total dependents

Note: in most case you will want to use Alien::Build::Plugin::Download::Negotiate instead. It picks the appropriate fetch plugin based on your platform and environment. In some cases you may need to use this plugin directly instead. This fetch plugin...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC

LWP::UserAgent::RandomProxyConnect - A LWP::UserAgent extension for becoming an omnipresent client. River stage zero No dependents

HVALVERDE/LWP-UserAgent-RandomProxyConnect-1.10 - 13 Nov 2012 11:01:49 UTC
22 results (0.05 seconds)