2015-04-19 12:17:09 +02:00
|
|
|
config BR2_PACKAGE_PERL_HTTP_DAEMON
|
|
|
|
bool "perl-http-daemon"
|
2015-08-25 20:38:34 +02:00
|
|
|
select BR2_PACKAGE_PERL_HTTP_DATE
|
2015-04-19 12:17:09 +02:00
|
|
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
2015-08-25 20:38:34 +02:00
|
|
|
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
2015-04-19 12:17:09 +02:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Instances of the `HTTP::Daemon' class are HTTP/1.1 servers
|
|
|
|
that listen on a socket for incoming requests.
|
2015-04-19 12:17:09 +02:00
|
|
|
|
|
|
|
http://github.com/gisle/http-daemon
|