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

Search results for "module:AnyEvent::DNS"

AnyEvent::DNS - fully asynchronous DNS resolution River stage three • 409 direct dependents • 668 total dependents

This module offers both a number of DNS convenience functions as well as a fully asynchronous and high-performance pure-perl stub resolver. The stub resolver supports DNS over IPv4 and IPv6, UDP and TCP, optional EDNS0 support for up to 4kiB datagram...

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

DNS::Unbound::AnyEvent - DNS::Unbound for AnyEvent River stage zero No dependents

This class provides native AnyEvent compatibility for DNS::Unbound....

FELIPE/DNS-Unbound-0.29 - 12 Mar 2022 12:34:00 UTC

AnyEvent::DNS::EtcHosts - Use /etc/hosts before DNS River stage one • 1 direct dependent • 2 total dependents

AnyEvent::DNS::EtcHosts changes AnyEvent::DNS behavior. The /etc/hosts file is searched before DNS, so it is possible to override DNS entries. The DNS lookups are emulated. This resolver returns the standard DNS reply based on /etc/hosts file rather ...

DEXTER/AnyEvent-DNS-EtcHosts-0.0105 - 28 Jun 2023 22:22:04 UTC

AnyEvent::DNS::Nameserver - DNS server class using AnyEvent River stage zero No dependents

Net::DNS::Nameserver doesn't work with AnyEvent so I wrote this module in honor of Net::DNS::Nameserver AnyEvent::DNS::Nameserver try to be compatible with all the methods and features of Net::DNS::Nameserver You can find more information and usage f...

SJDY/AnyEvent-DNS-Nameserver-1.2 - 21 Jan 2016 01:55:46 UTC

AnyEvent::DNS::Cache::Simple - Simple cache for AnyEvent::DNS River stage zero No dependents

AnyEvent::DNS::Cache::Simple provides simple cache capability for AnyEvent::DNS CPAN already has AnyEvent::CacheDNS module. It also provides simple cache. AnyEvent::DNS::Cache::Simple support ttl, negative_ttl and can use with any cache module. And A...

KAZEBURO/AnyEvent-DNS-Cache-Simple-0.02 - 16 Nov 2019 14:57:40 UTC

AnyEvent::mDNS - Multicast DNS in AnyEvent style River stage zero No dependents

AnyEvent::mDNS is a multicast DNS resolver using AnyEvent framework....

MIYAGAWA/AnyEvent-mDNS-0.06 - 29 Dec 2012 03:53:08 UTC

AnyEvent::CacheDNS - Simple DNS resolver with caching River stage one • 1 direct dependent • 6 total dependents

This module provides a very simple DNS resolver that caches its results and can improve the connection times to remote hosts....

POTYL/AnyEvent-CacheDNS-0.08 - 08 Jul 2013 16:55:45 UTC

Pcore::Core::Patch::AnyEvent::DNSCache River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 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::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::Util - various utility functions. River stage three • 409 direct dependents • 668 total dependents

This module implements various utility functions, mostly replacing well-known functions by event-ised counterparts. All functions documented without "AnyEvent::Util::" prefix are exported by default. POD ERRORS Hey! The above document had some coding...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 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::Socket - useful IPv4 and IPv6 stuff. also unix domain sockets. and stuff. River stage three • 409 direct dependents • 668 total dependents

This module implements various utility functions for handling internet protocol addresses and sockets, in an as transparent and simple way as possible. All functions documented without "AnyEvent::Socket::" prefix are exported by default. POD ERRORS H...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 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

Beekeeper::AnyEvent - AnyEvent customizations River stage zero No dependents

This module alters the default behavior of AnyEvent as follows: * Prefer the pure perl backend over default EV, as it is fast enough and it does not ignore exceptions thrown from within callbacks. * Addresses resolved by AnyEvent::DNS are tainted, ca...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

AnyEvent::XMPP::Util - Utility functions for AnyEvent::XMPP River stage two • 11 direct dependents • 11 total dependents

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

AnyEvent::Curl::Multi - a fast event-driven HTTP client River stage one • 1 direct dependent • 1 total dependent

This module is an AnyEvent user; you must use and run a supported event loop. AnyEvent::Curl::Multi is an asynchronous, event-driven HTTP client. You can use it to make multiple HTTP requests in parallel using a single process. It uses libcurl for fa...

OTTERLEY/AnyEvent-Curl-Multi-1.1 - 25 Mar 2011 22:11:00 UTC

AnyEvent::XMPP::Client - XMPP Client abstraction River stage two • 11 direct dependents • 11 total dependents

This module tries to implement a straight forward and easy to use API to communicate with XMPP entities. AnyEvent::XMPP::Client handles connections and timeouts and all such stuff for you. For more flexibility please have a look at AnyEvent::XMPP::Co...

MSTPLBG/AnyEvent-XMPP-0.55 - 01 Mar 2014 21:45:53 UTC
26 results (0.022 seconds)