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

Search results for "module:Net::HTTPS"

Net::HTTPS - Low-level HTTP over SSL/TLS connection (client) River stage four • 28 direct dependents • 6252 total dependents

The "Net::HTTPS" is a low-level HTTP over SSL/TLS client. The interface is the same as the interface for "Net::HTTP", but the constructor takes additional parameters as accepted by IO::Socket::SSL. The "Net::HTTPS" object is an "IO::Socket::SSL" too,...

OALDERS/Net-HTTP-6.23 - 16 Jun 2023 11:47:29 UTC

Net::HTTPS::NB - Non-blocking HTTPS client River stage two • 4 direct dependents • 24 total dependents

Same interface as Net::HTTPS but it will never try multiple reads when the read_response_headers() or read_entity_body() methods are invoked. In addition allows non-blocking connect. If read_response_headers() did not see enough data to complete the ...

OLEG/Net-HTTPS-NB-0.15 - 25 Aug 2016 17:51:27 UTC

Net::HTTPS::Any - Simple HTTPS client River stage two • 6 direct dependents • 43 total dependents

This is a wrapper around Net::SSLeay providing a simple interface for the use of Business::OnlinePayment. It used to allow switching between Net::SSLeay and Crypt::SSLeay implementations, but that was obsoleted. If you need to do that, use LWP instea...

IVAN/Net-HTTPS-Any-0.12 - 03 Aug 2016 19:05:03 UTC

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

Net::DNS::RR::HTTPS - DNS HTTPS resource record River stage three • 113 direct dependents • 575 total dependents

DNS HTTPS resource record The HTTPS class is derived from, and inherits all properties of, the Net::DNS::RR::SVCB class. Please see the Net::DNS::RR::SVCB documentation for details....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

lib/Net/YahooMessenger/HTTPS.pm River stage zero No dependents

ASPRILLIA/Net-YahooMessenger-0.19 - 14 Aug 2010 13:37:47 UTC

Net::OpenSRS - Domain registration via the Tucows OpenSRS HTTPS XML API River stage zero No dependents

This is a wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API. The client library distributed by OpenSRS can be difficult to integrate into a custom environment, and their web interface becomes quickly tedious with heavy usage. ...

JEF/Net-OpenSRS-0.06 - 16 Sep 2010 04:25:01 UTC

Net::RCON - This module provides an interface to an RCON (remote console) server. RCON is typically implemented by game servers to allow servers admins to control their game servers without direct access to the machine the server is running on. This module is based on the spec detailed here, https://developer.valvesoftware.com/wiki/Source_RCON_Protocol River stage zero No dependents

CHANDWER/Net-RCON-1.0 - 29 Feb 2016 23:12:34 UTC

Net::EPP - a Perl library for the Extensible Provisioning Protocol (EPP). River stage one • 2 direct dependents • 2 total dependents

EPP is the Extensible Provisioning Protocol. EPP (defined in STD 69 <https://www.rfc-editor.org/info/std69>) is an application-layer client-server protocol for the provisioning and management of objects stored in a shared central repository. Specifie...

GBROWN/Net-EPP-0.27 - 19 Apr 2024 15:06:19 UTC

Net::CVE - Fetch CVE (Common Vulnerabilities and Exposures) information from cve.org River stage zero No dependents

This module provides a Perl interface to retrieve information from the CVE database <https://www.cve.org/Downloads> provided by <https://cve.org> based on a CVE tag....

HMBRAND/Net-CVE-0.009 - 16 Apr 2024 07:20:54 UTC

Net::BGP - Border Gateway Protocol version 4 speaker/listener library River stage zero No dependents

This module is an implementation of the BGP-4 inter-domain routing protocol. It encapsulates all of the functionality needed to establish and maintain a BGP peering session and exchange routing update information with the peer. It aims to provide a s...

SSCHECK/Net-BGP-0.18 - 02 Dec 2021 16:00:21 UTC

Net::NVD - query CVE data from NIST's NVD (National Vulnerability Database) River stage zero No dependents

This modules provides a Perl interface to NIST's National Vulnerability Database (NVD) , allowing developers to search and retrieve CVE (Common Vulnerabilities and Exposures) information....

GARU/Net-NVD-0.0.3 - 25 May 2023 04:30:25 UTC

Net::OSV - search known vulnerabilities on the Open Source Vulnerabilities Database (OSV) River stage zero No dependents

This modules provides a Perl interface to the Open Source Vulnerabilities Database (OSV) , allowing developers to search and retrieve vulnerability and security advisory information from many open source projects and ecosystems....

GARU/Net-OSV-0.0.1 - 22 May 2023 03:37:05 UTC

Net::PMP - Perl SDK for the Public Media Platform River stage one • 1 direct dependent • 1 total dependent

Net::PMP is a Perl client for the Public Media Platform API (http://docs.pmp.io/). This class is mostly a namespace-holder and documentation, with one convenience method: client()....

KARMAN/Net-PMP-0.006 - 06 May 2015 19:50:56 UTC

Net::Duo - API for Duo multifactor authentication service River stage zero No dependents

Net::Duo provides an object-oriented Perl interface for generic calls to one of the the Duo Security REST APIs. This module is intended primarily for use as a base class for more specialized Perl modules implementing the specific Duo APIs, but it can...

RRA/Net-Duo-1.02 - 07 Mar 2019 06:05:35 UTC

Net::ASN - Perl extension for manipulating autonomous system numbers River stage one • 2 direct dependents • 3 total dependents

Net::ASN provides functions for parsing autonomous system numbers (ASNs) as defined in RFC 1771 and extended by RFC4893, also converting between formats discussed in RFC5396. Both an OO implementation (method based) and non-OO (function based) are pr...

DFREEDMAN/Net-ASN-1.07 - 09 Nov 2016 00:43:57 UTC

Net::SSL - support for Secure Sockets Layer River stage three • 89 direct dependents • 123 total dependents

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

Net::AS2 - AS2 Protocol implementation (RFC 4130) used in Electronic Data Exchange (EDI) River stage one • 1 direct dependent • 1 total dependent

This is a class for handling AS2 (RFC 4130) communication - sending message (optionally sign and encrypt), decoding Message Disposition Notification. Receiving message and produce corresponding Message Disposition Notification. Protocol Introduction ...

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

Net::ILO - Interface to HP Integrated Lights-Out River stage zero No dependents

The Net::ILO module is an interface to a subset of Hewlett-Packards Integrated Lights-Out out-of-band management system. HP's API is XML-based and cumbersome to use; this module aims to simplify accessing the iLO from Perl while retaining as much fun...

NLEWIS/Net-ILO-0.54 - 01 Aug 2011 21:59:32 UTC

Net::FTP - FTP Client class River stage five • 155 direct dependents • 10294 total dependents

"Net::FTP" is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for the commonly used subset of the RFC959 commands. If IO::Socket::IP or IO::Socket::INET6 is installed it also provides support for IPv6 as ...

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC
1,270 results (0.042 seconds)