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"

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::Protocol::https - Provide https support for LWP::UserAgent River stage four • 340 direct dependents • 1542 total dependents

The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/...

OALDERS/LWP-Protocol-https-6.14 - 11 Mar 2024 01:09:49 UTC

LWP::Protocol::UWSGI - uwsgi support for LWP River stage zero No dependents

The LWP::Protocol::UWSGI module provide support for using uwsgi protocol with LWP. This module unbundled with the libwww-perl....

NIKOLAS/LWP-Protocol-UWSGI-v1.1.8 - 11 Nov 2015 12:27:58 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::Protocol::ldap - Provide LDAP support for LWP::UserAgent River stage two • 70 direct dependents • 82 total dependents

The LWP::Protocol::ldap module provides support for using *ldap* schemed URLs following RFC 4516 with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. In addition to being used with LDAP URIs, LWP::Protocol::l...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 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::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::Protocol::ldapi - Provide LDAPI support for LWP::UserAgent River stage two • 70 direct dependents • 82 total dependents

The LWP::Protocol::ldapi module provides support for using *ldapi* schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly....

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

LWP::Protocol::ldaps - Provide LDAPS support for LWP::UserAgent River stage two • 70 direct dependents • 82 total dependents

The LWP::Protocol::ldaps module provides support for using *ldaps* schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly....

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC

LWP::Protocol::http10 - Legacy HTTP/1.0 support for LWP River stage zero No dependents

The LWP::Protocol::http10 module provide support for using HTTP/1.0 protocol with LWP. To use it you need to call LWP::Protocol::implementor() to override the standard handler for http URLs. This module used to be bundled with the libwww-perl, but it...

GAAS/LWP-Protocol-http10-6.03 - 18 Feb 2012 12:42:28 UTC

LWP::Protocol::socks4 - adds support for the socks protocol and proxy facility River stage one • 5 direct dependents • 9 total dependents

Use this package when you wish to use a socks proxy for your connections. It provides some essential hooks into the LWP system to implement a socks "scheme" similar to http for describing your socks connection, and can be used to proxy either http or...

SCR/LWP-Protocol-socks-1.7 - 30 Jul 2014 22:42:01 UTC

LWP::Protocol::virtual - Protocol to locate resources on groups of sites River stage zero No dependents

RPAUL/LWP-Protocol-virtual-0.02 - 02 Jun 2005 13:47:53 UTC

LWP::Protocol::connect - Provides HTTP/CONNECT proxy support for LWP::UserAgent River stage one • 1 direct dependent • 4 total dependents

The LWP::Protocol::connect module provides support for using https over a proxy via the HTTP/CONNECT method....

BENNING/LWP-Protocol-connect-6.09 - 07 Jan 2014 12:28:51 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

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::Protocol::Net::Curl - the power of libcurl in the palm of your hands! River stage one • 1 direct dependent • 2 total dependents

Drop-in replacement for LWP, WWW::Mechanize and their derivatives to use Net::Curl as a backend. Advantages: * support ftp/ftps/http/https/sftp/scp protocols out-of-box (secure layer require libcurl <http://curl.haxx.se/> to be compiled with TLS/SSL/...

SYP/LWP-Protocol-Net-Curl-0.026 - 08 Oct 2019 12:01:54 UTC

LWP::Protocol::Coro::http - Coro-friendly HTTP/HTTPS/SOCKS backend for LWP River stage zero No dependents

Coro is a cooperating multitasking system. This means it requires some amount of cooperation on the part of user code in order to provide parallelism. This module makes LWP more cooperative by plugging in an HTTP, HTTPS and SOCKS protocol implementor...

IKEGAMI/LWP-Protocol-Coro-http-v1.14.0 - 13 May 2018 07:50:15 UTC

LWP::Protocol::socks - adds support for the socks protocol and proxy facility River stage one • 5 direct dependents • 9 total dependents

Use this package when you wish to use a socks proxy for your connections. It provides some essential hooks into the LWP system to implement a socks "scheme" similar to http for describing your socks connection, and can be used to proxy either http or...

SCR/LWP-Protocol-socks-1.7 - 30 Jul 2014 22:42:01 UTC

LWP::Protocol::AnyEvent::http - Event loop friendly HTTP/HTTPS/SOCKS backend for LWP River stage zero No dependents

LWP performs a number of blocking calls when trying to process requests. This makes it unfriendly to event-driven systems and cooperative multitasking system such as Coro. This module makes LWP more friendly to these systems by plugging in an HTTP, H...

IKEGAMI/LWP-Protocol-AnyEvent-http-v1.14.0 - 13 May 2018 07:50:04 UTC

LWP::Protocol::http::SocksChain10 - Speak HTTP through Net::SC River stage zero No dependents

LWP::Protocol::http::SocksChain10 enables you to speak HTTP through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'http' scheme. The interface of LWP::Protocol::http::SocksChain10 is similar to LWP::Protocol...

GOSHA/LWP-Protocol-http-SocksChain10-1.7 - 28 Dec 2009 15:16:58 UTC
71 results (0.04 seconds)