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

Search results for "HTTP::Daemon::SSL"

HTTP::Daemon::SSL - a simple http server class with SSL support River stage two • 7 direct dependents • 13 total dependents

Instances of the *HTTP::Daemon::SSL* class are HTTP/1.1 servers that listen on a socket for incoming requests. The *HTTP::Daemon::SSL* is a sub-class of *IO::Socket::SSL*, so you can perform socket operations directly on it too. The accept() method w...

AUFFLICK/HTTP-Daemon-SSL-1.04 - 12 Feb 2008 01:33:26 UTC - Search in distribution

OneTool::Daemon - OneTool Daemon module River stage zero No dependents

STHEBERT/OneTool-App-Core-0.1 - 03 Mar 2014 23:14:32 UTC - Search in distribution

apid - Generic REST API Daemon River stage zero No dependents

apid is a generic http(s) daemon which can be used to provide a RESTful web service in front of something which isn't already web aware. If you already have some application server or website with a service running, apid is of no use for you. However...

TLINDEN/WWW-REST-Apid-0.07 - 04 Apr 2017 22:22:46 UTC - Search in distribution

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

phoebe - a Gemini-first wiki server River stage zero No dependents

Phoebe does two and a half things: It's a program that you run on a computer and other people connect to it using their Gemini client in order to read the pages on it. It's a wiki, which means that people can edit the pages without needing an account...

SCHROEDER/App-Phoebe-4.07 - 21 May 2023 13:34:48 UTC - Search in distribution

Gepok - PSGI server with built-in HTTPS support, Unix sockets, preforking River stage one • 3 direct dependents • 4 total dependents

Gepok is a PSGI server implementation. Its features are: * HTTPS support out-of-the-box This is the primary (if not the only) reason why I wrote Gepok, and why it uses HTTP::Daemon::* family (because there is HTTP::Daemon::SSL). I needed a pure-Perl ...

PERLANCAR/Gepok-0.292 - 11 Sep 2019 10:59:51 UTC - Search in distribution

Wombat - a Perl servlet container River stage zero No dependents

Wombat is a servlet container for Perl. It is not an executable program itself; rather, it is a library that can be used by programs to embed a servlet container. Embedding programs must provide implementations of Connector API classes that adapt Wom...

IX/Wombat-0.7.1 - 04 Nov 2001 16:29:33 UTC - Search in distribution

drogo - Bootstrap a Drogo application River stage zero No dependents

MJFLICK/Drogo-0.23 - 07 Jan 2014 06:21:13 UTC - Search in distribution

doc::Changes River stage zero No dependents

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution

Endoscope - Dig into the guts of a live Perl program River stage zero No dependents

Endoscope is an endoscope <https://en.wikipedia.org/wiki/Endoscope> for live Perl programs. It provides dynamic run-time introspection of Perl variables at arbitrary locations in the program. Think of it like inserting "say Dumper($foo)" at *just* th...

BTYLER/Endoscope-0.002 - 13 Jan 2020 20:43:31 UTC - Search in distribution

Rinci::function - Metadata for your functions/methods River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Rinci-1.1.104 - 13 Jan 2024 00:11:12 UTC - Search in distribution

Net::Wire10 - Pure Perl driver for MySQL, Sphinx and Drizzle. River stage zero No dependents

Net::Wire10 is a Pure Perl connector that talks to MySQL, Sphinx and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned servers without ...

DUBEX/Net-Wire10-1.08 - 12 Apr 2010 23:33:27 UTC - Search in distribution

AnyEvent::Intro - an introductory tutorial to AnyEvent River stage three • 409 direct dependents • 668 total dependents

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

Bot::IRC - Yet Another IRC Bot River stage two • 10 direct dependents • 10 total dependents

Yet another IRC bot. Why? There are so many good bots and bot frameworks to select from, but I wanted a bot framework that worked like a Unix service out-of-the-box, operated in a pre-fork way to serve multiple concurrent requests, and has a dirt-sim...

GRYPHON/Bot-IRC-1.40 - 21 Aug 2023 18:46:16 UTC - Search in distribution

Net::Milter - Masquerade as the MTA to communicate with email filters through a milter interface. River stage one • 3 direct dependents • 3 total dependents

Perl module to provide a pure Perl implementation of the MTA part the milter interface. The goal of this module is to allow other email systems to easily integrate with the various email filters that accept content via milter. This implementation of ...

MGLEE/Net-Milter-0.09 - 02 Apr 2007 08:34:43 UTC - Search in distribution

ikachan - IRC message delivery by HTTP River stage zero No dependents

YAPPO/App-Ikachan-0.12 - 23 May 2013 09:49:55 UTC - Search in distribution

Resource::Silo - lazy declarative resource container for Perl. River stage zero No dependents

This module provides a container that manages initialization, caching, and cleanup of resources that the application needs to talk to the outside world, such as configuration files, database connections, queues, external service endpoints, and so on....

KHEDIN/Resource-Silo-0.13 - 14 Apr 2024 21:13:23 UTC - Search in distribution

srs-epp-proxy - start and stop an SRS EPP Proxy instance River stage zero No dependents

This program starts an instance of the SRS EPP Proxy. See SRS::EPP::Proxy for an introduction to what that is. This is a MooseX::Daemonize'd program, using MooseX::Getopt. Additionally, MooseX::SimpleConfig is used which allows for configuration of t...

MUTANT/SRS-EPP-Proxy-0.22 - 24 Apr 2013 06:23:29 UTC - Search in distribution

Thread::Apartment - Apartment threading wrapper for Perl objects River stage zero No dependents

Thread::Apartment provides an apartment threading wrapper for Perl classes. "Apartment threading" is a method for isolating an object (or object hierarchy) in its own thread, and providing external interfaces via lightweight client proxy objects. Thi...

DARNOLD/Thread-Apartment-0.51 - 28 Aug 2006 19:46:20 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 36 direct dependents • 88 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution
66 results (0.084 seconds)