2015-04-19 12:17:09 +02:00
|
|
|
config BR2_PACKAGE_PERL_HTTP_DAEMON
|
|
|
|
bool "perl-http-daemon"
|
2018-10-10 17:56:36 +02:00
|
|
|
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
|
|
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
|
|
|
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
|
2015-04-19 12:17:09 +02:00
|
|
|
help
|
2019-10-28 20:25:14 +01:00
|
|
|
A simple http server class.
|
2015-04-19 12:17:09 +02:00
|
|
|
|
2019-10-28 20:25:14 +01:00
|
|
|
https://github.com/libwww-perl/HTTP-Daemon
|