On Sun, Apr 05, 2015 at 02:55:12PM +0200, Christian Weisgerber wrote: > 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.
I'm with nigel here, i'd rather have good test coverage with some BDEP's rather than no coverage at all, especially for an http library.. Landry