Config.in 257 B

12345678
  1. config BR2_PACKAGE_PERL_HTTP_DAEMON
  2. bool "perl-http-daemon"
  3. select BR2_PACKAGE_PERL_HTTP_MESSAGE
  4. help
  5. Instances of the `HTTP::Daemon' class are HTTP/1.1 servers that listen
  6. on a socket for incoming requests.
  7. http://github.com/gisle/http-daemon