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::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

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

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

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

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

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

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

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

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

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

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::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::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

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::Authen::OAuth - generate signed OAuth requests River stage one • 2 direct dependents • 2 total dependents

This module provides a sub-class of LWP::UserAgent that generates OAuth 1.0 signed requests. You should familiarise yourself with OAuth at <http://oauth.net/>. This module only supports HMAC_SHA1 signing. OAuth nonces are generated using the Perl ran...

TIMBRODY/LWP-Authen-OAuth-1.02 - 06 Feb 2013 10:38:43 UTC

LWP::Protocol::GHTTP - (DEPRECATED) Provide GHTTP support for LWP::UserAgent via HTTP::GHTTP. River stage zero No dependents

This module depends on the GNOME libghttp <http://ftp.gnome.org/pub/gnome/sources/libghttp> project. That project is no longer in development. If you are trying to use this module, you'd likely do better to just use LWP::Protocol::http or LWP::Protoc...

OALDERS/LWP-Protocol-GHTTP-6.17 - 04 Jan 2017 15:51:56 UTC

LWP::Authen::OAuth2 - Make requests to OAuth2 APIs. River stage one • 4 direct dependents • 4 total dependents

DOMM/LWP-Authen-OAuth2-0.20 - 16 Jan 2023 16:30:20 UTC

Test::LWP::UserAgent - A LWP::UserAgent suitable for simulating and testing network calls River stage three • 57 direct dependents • 310 total dependents

This module is a subclass of LWP::UserAgent which overrides a few key low-level methods that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatl...

ETHER/Test-LWP-UserAgent-0.036 - 16 Jan 2022 04:13:25 UTC
33 results (0.04 seconds)