libhttpserver icon indicating copy to clipboard operation
libhttpserver copied to clipboard

C++ library for creating an embedded Rest HTTP server (and more)

Results 52 libhttpserver issues
Sort by recently updated
recently updated
newest added
trafficstars

Closes #340. ### Description of the Change Fixes the test for `have_gnutls` in `configure.ac` ; even though the GnuTLS is correctly detected, the `-DHAVE_GNUTLS` is not added to `CFLAGS` as...

### Prerequisites * [x] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues ### Description `-DHAVE_GNUTLS` is not defined...

bug