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.12 - 04 Jun 2020 16:03:28 UTCYou 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 UTCThis 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.43 - 18 Jan 2021 01:57:56 UTCThis 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 UTCHelp running an application as a daemon....
CHENGANG/HTTP-Server-Encrypt-0.12 - 18 Mar 2014 05:54:18 UTCInstances 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 UTCThis 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