mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
1d42b5aa3d
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
7 lines
321 B
Text
7 lines
321 B
Text
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.
|