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.53 - 07 Mar 2021 16:55:35 UTCThe 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.10 - 17 Dec 2020 15:44:24 UTCThe 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 UTCAfter 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 UTCThe 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 UTCLWP::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 UTCThis 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 UTCThe 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 UTCThe 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 UTCThe 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 UTCUse 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 UTCRPAUL/LWP-Protocol-virtual-0.02 - 02 Jun 2005 13:47:53 UTC
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 UTCThis 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 UTCDrop-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 UTCCoro 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 UTCUse 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 UTCLWP 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 UTCLWP::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 UTCPERLANCAR/LWP-Protocol-Patch-CountBytesIn-0.001 - 04 Oct 2019 17:09:46 UTC