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

Search results for "module:AnyEvent::TLS"

AnyEvent::TLS - SSLv2/SSLv3/TLSv1 contexts for use in AnyEvent::Handle River stage three • 409 direct dependents • 668 total dependents

This module is a helper module that implements TLS/SSL (Transport Layer Security/Secure Sockets Layer) contexts. A TLS context is a common set of configuration values for use in establishing TLS connections. For some quick facts about SSL/TLS, see th...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

AnyEvent::TLS::SNI - Adds Server Name Indication (SNI) support to AnyEvent::TLS client. River stage zero No dependents

NALOBIN/AnyEvent-TLS-SNI-0.04 - 24 Apr 2017 06:22:08 UTC

lib/Net/mbedTLS/AnyEvent.pm River stage zero No dependents

FELIPE/Net-mbedTLS-0.02 - 27 Dec 2022 17:17:12 UTC

AnyEvent - the DBI of event loop programming River stage three • 409 direct dependents • 668 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

AnyEvent::MP - erlang-style multi-processing/message-passing framework River stage one • 2 direct dependents • 2 total dependents

This module (-family) implements a simple message passing framework. Despite its simplicity, you can securely message other processes running on the same or other hosts, and you can supervise entities remotely. For an introduction to this module fami...

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC

AnyEvent::MQTT - AnyEvent module for an MQTT client River stage zero No dependents

AnyEvent module for MQTT client. IMPORTANT: This is an early release and the API is still subject to change....

BEANZ/AnyEvent-MQTT-1.212810 - 08 Oct 2021 12:42:17 UTC

AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client River stage three • 83 direct dependents • 146 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a v...

MLEHMANN/AnyEvent-HTTP-2.25 - 27 Apr 2020 12:15:25 UTC

AnyEvent::XMPP - An implementation of the XMPP Protocol River stage two • 11 direct dependents • 11 total dependents

This is the head module of the AnyEvent::XMPP XMPP client protocol (as described in RFC 3920 and RFC 3921) framework. AnyEvent::XMPP::Connection is a RFC 3920 conforming "XML" stream implementation for clients, which handles TCP connect up to the res...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::STOMP - A lightweight event-driven STOMP client River stage one • 1 direct dependent • 1 total dependent

AnyEvent::STOMP is a lightweight event-driven STOMP client. It's intended to be run in the context of an event loop driven by AnyEvent. Making a connection my $client = AnyEvent::STOMP->connect($host, $port, $ssl, $destination, $ack, { connect_header...

FHEW/AnyEvent-STOMP-0.7 - 21 Jan 2014 21:18:58 UTC

AnyEvent::HTTPD - A simple lightweight event based web (application) server River stage two • 10 direct dependents • 11 total dependents

This module provides a simple HTTPD for serving simple web application interfaces. It's completly event based and independend from any event loop by using the AnyEvent module. It's HTTP implementation is a bit hacky, so before using this module make ...

ELMEX/AnyEvent-HTTPD-0.93 - 04 Aug 2011 08:42:18 UTC

AnyEvent::Handle - non-blocking I/O on streaming handles via AnyEvent River stage three • 409 direct dependents • 668 total dependents

This is a helper module to make it easier to do event-based I/O on stream-based filehandles (sockets, pipes, and other stream things). Specifically, it doesn't work as expected on files, packet-based sockets or similar things. The AnyEvent::Intro tut...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

AnyEvent::RabbitMQ - An asynchronous and multi channel Perl AMQP client. River stage two • 12 direct dependents • 19 total dependents

AnyEvent::RabbitMQ is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion. You can use AnyEvent::RabbitMQ to - * ...

DLAMBLEY/AnyEvent-RabbitMQ-1.22 - 12 Jun 2020 19:00:00 UTC

AnyEvent::InfluxDB - An asynchronous library for InfluxDB time-series database River stage zero No dependents

Asynchronous client library for InfluxDB time-series database <https://influxdb.com>. This version is meant to be used with InfluxDB v1.0.0 or newer....

AJGB/AnyEvent-InfluxDB-1.0.2.0 - 15 Oct 2016 23:54:50 UTC

AnyEvent::Porttracker - Porttracker/PortIQ API client interface. River stage zero No dependents

Porttracker (<http://www.porttracker.com/>) is a product that (among other things) scans switches and routers in a network and gives a coherent view of which end devices are connected to which switch ports on which switches and routers. It also offer...

MLEHMANN/AnyEvent-Porttracker-1.01 - 02 Jun 2011 01:28:07 UTC

AnyEvent::XMPP::Writer - "XML" writer for XMPP River stage two • 11 direct dependents • 11 total dependents

This module contains some helper functions for writing XMPP "XML", which is not real XML at all ;-( I use XML::Writer and tune it until it creates "XML" that is accepted by most servers propably (all of the XMPP servers I tested should work (jabberd1...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC

AnyEvent::MP::DataConn - create socket connections between nodes River stage one • 2 direct dependents • 2 total dependents

This module can be used to create socket connections between the local and a remote node in the aemp network. The socket can be used freely for any purpose, and in most cases, this mechanism is a good way to transport big chunks of binary data. The c...

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC

AnyEvent::STOMP::Client - An event-based non-blocking STOMP 1.2 client based on AnyEvent and Object::Event. River stage zero No dependents

AnyEvent::STOMP::Client provides a STOMP (Simple Text Oriented Messaging Protocol) client. Thanks to AnyEvent, AnyEvent::STOMP::Client is completely non-blocking, by making extensive use of the AnyEvent::Handle and timers (and, under the hood, AnyEve...

RAPHI/AnyEvent-STOMP-Client-0.41 - 14 Feb 2022 21:09:57 UTC

AnyEvent::MP::Transport - actual transport protocol handler River stage one • 2 direct dependents • 2 total dependents

This module implements (and documents) the actual transport protocol for AEMP. See the "PROTOCOL" section below if you want to write another client for this protocol....

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC

AnyEvent::RabbitMQ::Fork - Run AnyEvent::RabbitMQ inside AnyEvent::Fork(::RPC) River stage zero No dependents

This module is mean't to be a close to a drop-in facade for running AnyEvent::RabbitMQ in a background process via AnyEvent::Fork::RPC. Tha main use case is for programs where other operations block with little control due to difficulty/laziness. In ...

MYDMNSN/AnyEvent-RabbitMQ-Fork-0.6 - 26 Jul 2020 18:03:43 UTC

AnyEvent::IRC::Connection - An IRC connection abstraction River stage one • 7 direct dependents • 8 total dependents

The connection class. Here the actual interesting stuff can be done, such as sending and receiving IRC messages. And it also handles TCP connecting and even enabling of TLS. Please note that CTCP support is available through the functions "encode_ctc...

ELMEX/AnyEvent-IRC-0.97 - 17 Mar 2013 18:21:47 UTC
26 results (0.031 seconds)