nuttx/Documentation/applications/netutils/thttpd/index.rst
2023-10-24 10:29:01 -03:00

13 lines
489 B
ReStructuredText

===========================
``thttpd`` THTTPD webserver
===========================
This is a port of Jef Poskanzer's THTTPD HTPPD server. See
http://acme.com/software/thttpd/ for general THTTPD information. See
``apps/include/netutils/thttpd.h`` for interface information. Applications using
this ``thttpd`` will need to provide the following definitions in the
``defconfig`` file to select the appropriate ``netutils`` libraries::
CONFIG_NETUTILS_NETLIB=y
CONFIG_NETUTILS_THTTPD=y