summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-daemon/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-http-daemon/README')
-rw-r--r--perl/perl-http-daemon/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-http-daemon/README b/perl/perl-http-daemon/README
new file mode 100644
index 0000000000..cb9752cf21
--- /dev/null
+++ b/perl/perl-http-daemon/README
@@ -0,0 +1,7 @@
+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.