SlackBuildsOrg/perl/perl-http-daemon
LukenShiro 1d42b5aa3d perl/perl-http-daemon: Added (a simple http server class)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-12-18 00:07:50 -02:00
..
perl-http-daemon.info perl/perl-http-daemon: Added (a simple http server class) 2011-12-18 00:07:50 -02:00
perl-http-daemon.SlackBuild perl/perl-http-daemon: Added (a simple http server class) 2011-12-18 00:07:50 -02:00
README perl/perl-http-daemon: Added (a simple http server class) 2011-12-18 00:07:50 -02:00
slack-desc perl/perl-http-daemon: Added (a simple http server class) 2011-12-18 00:07:50 -02:00

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::INET, so you can perform socket operations directly on
it too.

This requires perl-http-message, perl-encode-locale, perl-uri-escape,
perl-http-date and perl-html-parser.