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

Search results for "LWP::Protocol::https"

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 - Search in distribution

LWP::Protocol::https::SocksChain - Speak HTTPs through Net::SC River stage zero No dependents

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

GOSHA/LWP-Protocol-https-SocksChain-1.8 - 21 Nov 2009 20:41:04 UTC - Search in distribution

LWP::Protocol::https::SocksChain10 - Speak HTTPs through Net::SC River stage zero No dependents

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

GOSHA/LWP-Protocol-https-SocksChain10-1.7 - 21 Nov 2009 20:41:16 UTC - Search in distribution

lib/LWP/Protocol/https/connect.pm River stage one • 1 direct dependent • 4 total dependents

BENNING/LWP-Protocol-connect-6.09 - 07 Jan 2014 12:28:51 UTC - Search in distribution

lib/LWP/Protocol/https/hosts.pm River stage zero No dependents

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

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 - Search in distribution

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

MSOUTH/ParallelUserAgent-2.62 - 29 May 2016 18:55:38 UTC - Search in distribution
  • LWP::Parallel - Extension for LWP to allow parallel HTTP and FTP access

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 - Search in distribution

lwptut - An LWP Tutorial River stage four • 2163 direct dependents • 6200 total dependents

LWP (short for "Library for WWW in Perl") is a very popular group of Perl modules for accessing data on the Web. Like most Perl module-distributions, each of LWP's component modules comes with documentation that is a complete reference to its interfa...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

End::PrintBytesIn - Show LWP::Protocol::Patch::CountBytesIn::bytes_in River stage two • 41 direct dependents • 69 total dependents

PERLANCAR/App-lcpan-1.074 - 11 Jan 2024 00:11:13 UTC - Search in distribution

Crypt::SSLeay - OpenSSL support for LWP River stage three • 89 direct dependents • 123 total dependents

This Perl module provides support for the HTTPS protocol under LWP, to allow an LWP::UserAgent object to perform GET, HEAD, and POST requests over encrypted socket connections. Please see LWP for more information on POST requests. The "Crypt::SSLeay"...

NANIS/Crypt-SSLeay-0.72 - 24 Apr 2014 15:45:06 UTC - Search in distribution

Armadito::Agent::HTTP::Protocol::https - HTTPS protocol handler for LWP River stage zero No dependents

This is an overrided HTTPS protocol handler for LWP, allowing to use subjectAltNames for checking server certificate....

VHAMON/Armadito-Agent-0.10.1 - 01 Feb 2017 14:32:41 UTC - Search in distribution

Net::WebCL - LWP::UserAgent base easy web access module. River stage zero No dependents

This module is LWP::UserAgent base easy web access module. Support Protocol is HTTP and HTTPS. Support Method is GET and POST. Cookie is supoorted. Proxy is supported....

KAZUNORI/Net-WebCL-0.03 - 07 Jun 2013 02:12:00 UTC - Search in distribution

Coro::LWP - make LWP non-blocking - as much as possible River stage two • 53 direct dependents • 69 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module tries to make LWP non-blocking with respect to other coroutines as much as possible, and with whatever means it takes. LWP really tries ve...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution

Net::MCMP - Mod Cluster Management Protocol client River stage one • 1 direct dependent • 1 total dependent

*Net::MCMP* is an implementation of the Mod Cluster Management Protocol (MCMP). *Net::MCMP* uses *LWP::UserAgent* and *HTTP::Request* for its communication with mod_cluster. MCMP stands for Mod Cluster Management Protocol and is a method of adding pr...

WINFINIT/Net-MCMP-0.08 - 07 Jun 2014 15:58:06 UTC - Search in distribution

DMTF::WSMan - Implements the WS-Management Protocol River stage zero No dependents

This module provides access to the WS-Management protocol, but is not intended to be used directly. The returns types are generally XML strings as are many of the arguments. Refer to DMTF::CIM for full usage....

SHURD/DMTF-WSMan-v0.05 - 15 May 2012 02:03:28 UTC - Search in distribution

Net::AS2::HTTPS - UserAgent used for sending AS2 requests over HTTPS. River stage one • 1 direct dependent • 1 total dependent

This is a class for sending AS2 (RFC-4130) communication over HTTPS. It is a subclass of Net::AS2::HTTP. It requires the AS2 option "SSLOptions" to be defined. This will be passed to the "ssl_opts()" method of the superclass, LWP::UserAgent....

AJM/Net-AS2-1.0111 - 20 Dec 2023 22:42:42 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

Expect - automate interactions with command line programs that expose a text terminal interface. River stage three • 34 direct dependents • 580 total dependents

See an explanation of What is Expect <http://code-maven.com/expect> The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It more closely resembles the Tcl Expect language than its predecessors. It does not contain any of the netwo...

JACOBY/Expect-1.38 - 08 Mar 2024 16:46:23 UTC - Search in distribution

Moose - A postmodern object system for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution
202 results (0.107 seconds)