Quote:
| GNU libmicrohttpd offers a C library that provides a compact API
| and implementation of an HTTP 1.1 web server (HTTP 1.0 is also
| supported).  GNU libmicrohttpd only implements the HTTP protocol.
| The main application must still provide the application logic to
| generate the content.

Some comments on the port:
* SPDY is disabled because support is still "early alpha" and
  meanwhile SPDY has already been obsoleted by HTTP 2.0.
* HTTPS is disabled because it pulls in libgnutls and libgcrypt,
  which aren't so micro any more.  Can be enabled once something
  needs it.
* Good test coverage requires curl, zzuf, and socat, but unfortunately
  these must already be installed at build time and can't be
  TEST_DEPENDS.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Attachment: libmicrohttpd.tgz
Description: application/gtar-compressed

Reply via email to