diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-12-14 14:07:10 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:50 -0200 |
commit | 1d42b5aa3db27e3d73544f0c61151a124442c589 (patch) | |
tree | cd5357e4950b7516e761fe0e836af3d085c95798 /perl/perl-http-daemon/README | |
parent | 2f86bf5f72297469a2247ffea8721ebc163558b6 (diff) | |
download | slackbuilds-1d42b5aa3db27e3d73544f0c61151a124442c589.tar.gz |
perl/perl-http-daemon: Added (a simple http server class)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-daemon/README')
-rw-r--r-- | perl/perl-http-daemon/README | 7 |
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. |