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

Search results for "HTTP::Daemon"

HTTP::Daemon - A simple http server class River stage four • 50 direct dependents • 6249 total dependents

Instances of the "HTTP::Daemon" class are HTTP/1.1 servers that listen on a socket for incoming requests. The "HTTP::Daemon" is a subclass of "IO::Socket::IP", so you can perform socket operations directly on it too. Please note that "HTTP::Daemon" u...

OALDERS/HTTP-Daemon-6.16 - 24 Feb 2023 03:09:01 UTC - Search in distribution

Continuity::Adapt::HttpDaemon - Use HTTP::Daemon to get HTTP requests River stage one • 4 direct dependents • 4 total dependents

This is the default and reference HTTP adapter for Continuity. The only thing a normal user of Continuity would want to do with this is in the "new" method, all the rest is for internal use. See Continuity::Request for the general request API used by...

AWWAIID/Continuity-1.6 - 17 Jul 2014 04:28:12 UTC - Search in distribution

Any::Daemon::HTTP - preforking Apache/Plack-like webserver River stage zero No dependents

This module extends the basic Any::Daemon with childs which handle http connections. This daemon does understand virtual hosts, per directory configuration, access rules, uri rewrites, proxies, and other features of Apache and Plack. But you can also...

MARKOV/Any-Daemon-HTTP-0.30 - 06 Apr 2020 10:49:24 UTC - Search in distribution

Chj::HTTP::Daemon - a simple http server class (modified HTTP::Daemon) River stage zero No dependents

This is just a slightly modified version of the HTTP::Daemon module. TODO: feed back the changes and eliminate this. In the following, HTTP::Daemon means Chj::HTTP::Daemon. Instances of the "HTTP::Daemon" class are HTTP/1.1 servers that listen on a s...

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC - Search in distribution

HTTP::Daemon::App - Create 2 or 3 line, fully functional (SSL) HTTP server(s) River stage zero No dependents

You can describe one or more HTTP daemons in a simple hash and *instantly* have a [--start|--stop|--restart] capable daemon that can optionally be SSL aware. Its also easy to add command line options and has integrated help. EXPORT Each function can ...

DMUEY/HTTP-Daemon-App-v0.0.9 - 18 Nov 2006 05:44:21 UTC - Search in distribution

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

HTTP::Daemon::UNIX - HTTP::Daemon over Unix sockets River stage one • 3 direct dependents • 6 total dependents

This is a quick hack to enable HTTP::Daemon to serve requests over Unix sockets, by mixing in IO::Socket::UNIX and HTTP::Daemon as parents to HTTP::Daemon::UNIX and overriding IO::Socket::INET-related stuffs. Basic stuffs seem to be working, but this...

PERLANCAR/HTTP-Daemon-UNIX-0.06 - 03 Aug 2016 11:06:18 UTC - Search in distribution

HTTP::Server::Daemon - Start an Application as a Daemon River stage zero No dependents

Help running an application as a daemon....

CHENGANG/HTTP-Server-Encrypt-0.12 - 18 Mar 2014 05:54:18 UTC - Search in distribution

HTTP::Daemon::Threaded - Apartment threaded HTTP::Daemon-based server River stage zero No dependents

HTTP::Daemon::Threaded provides an apartment threaded version of HTTP::Daemon, with some additional extensions to simplify the process of providing content handlers, logging, and session management. A port monitor object ('Listener') spawns on or mor...

DARNOLD/HTTP-Daemon-Threaded-0.91 - 12 Mar 2008 00:08:00 UTC - Search in distribution

HTTP::Daemon::Patch::IPv6 - Avoid error when IO::Socket::INET6 is around River stage one • 1 direct dependent • 5 total dependents

This module contains patch for HTTP::Daemon::url() for https://rt.cpan.org/Ticket/Display.html?id=71395...

SHARYANTO/HTTP-Daemon-Patch-IPv6-0.06 - 13 Aug 2012 16:16:02 UTC - Search in distribution

XMLRPC::Transport::HTTP - Server/Client side HTTP support for XMLRPC::Lite River stage two • 16 direct dependents • 19 total dependents

This class encapsulates all HTTP related logic for a XMLRPC server, independent of what web server it's attached to. If you want to use this class you should follow simple guideline mentioned above. PROXY SETTINGS You can use any proxy setting you us...

PHRED/XMLRPC-Lite-0.717 - 18 May 2013 05:12:15 UTC - Search in distribution
  • XMLRPC::Lite - client and server implementation of XML-RPC protocol

lib/SOAP/Transport/HTTP.pm River stage three • 110 direct dependents • 144 total dependents

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution

lib/XML/Compile/SOAP/HTTPDaemon.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/XML-Compile-SOAP-Daemon-3.15 - 23 Dec 2022 10:49:01 UTC - Search in distribution

Harriet - Daemon manager for testing River stage zero No dependents

(THIS MODULE IS CURRENTLY UNDER DEVELOPMENT.) In some case, test code requires daemons like memcached, STF, or groonga. If you are running these daemons for each test scripts, it eats lots of time. Then, you need to keep the processes under the test ...

TOKUHIROM/Harriet-0.06 - 07 Feb 2020 13:12:10 UTC - Search in distribution

httunnel - Client daemon for Apache::HTTunnel River stage zero No dependents

httunnel is a stand-alone daemon that can be used to easily set up HTTP tunnels with Apache::HTTunnel....

PATL/Apache-HTTunnel-0.08 - 24 Feb 2007 19:10:29 UTC - Search in distribution

Acme::Matt::Daemon - MATT DAEMON River stage zero No dependents

MATT DAEMON <http://www.youtube.com/watch?v=ZWTzyU5MFgM> Acme::Matt::Daemon will daemonize and output MATT DAEMON to your syslog at every 15 to 60 minutes (randomly). Enjoy!...

RKRIMEN/Acme-Matt-Daemon-0.01 - 22 Feb 2009 00:19:35 UTC - Search in distribution

Daemon::Whois - A WHOIS daemon River stage zero No dependents

ALEXX/Daemon-Whois-1.11 - 25 Nov 2011 17:09:23 UTC - Search in distribution

VBTK::PHttpd - Generic web server built on the HTTP::Daemon library River stage zero No dependents

VBTK::PHttpd is a very simple web server built on the HTTP::Daemon library. It can be setup to fork off a handler for each request, or can be run in a single-threaded mode. It's probably not a good choice for highly scalable applications, but it work...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC - Search in distribution
  • VBTK - Virtual Brent Toolkit - A generic toolkit for system monitoring

AMPR::Rip44 - A naive custom RIPv2 daemon River stage zero No dependents

CJCOLLIER/AMPR-Rip44-0.03 - 19 Jan 2012 19:09:10 UTC - Search in distribution

XPC::Daemon - XML Procedure Call daemon class River stage zero No dependents

This class is a generic XPC-over-HTTP server daemon. Use the "add_procedure" method to give it specific functionality....

GREGOR/XPC-0.2 - 13 Apr 2001 11:35:13 UTC - Search in distribution
624 results (0.326 seconds)