Small Embeddable HTTP Server Library

Edit Package libmicrohttpd
http://gnunet.org/libmicrohttpd/

GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. GNU libmicrohttpd is free software and part of the GNU project. Key features that distinguish libmicrohttpd from other projects are:

* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is http 1.1 compliant
* HTTP server can listen on multiple ports
* Support for IPv6
* Support for incremental processing of POST data
* Creates binary of only 30k (without TLS/SSL support)
* Three different threading models
* Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS
* Optional support for SSL3 and TLS (requires libgcrypt)

libmicrohttpd was started because the author needed an easy way to add a concurrent HTTP server to other projects. Existing alternatives were either non-free, not reentrant, standalone, of terrible code quality or a combination thereof. Do not use libmicrohttpd if you are looking for a standalone http server, there are many other projects out there that provide that kind of functionality already. However, if you want to be able to serve simple WWW pages from within your C or C++ application, check it out.

Refresh
Refresh
Source Files
Filename Size Changed
disable-stalling-test.patch 0000001092 1.07 KB
libmicrohttpd-0.9.42.tar.gz 0001232516 1.18 MB
libmicrohttpd-0.9.42.tar.gz.sig 0000000543 543 Bytes
libmicrohttpd.changes 0000017429 17 KB
libmicrohttpd.keyring 0000013723 13.4 KB
libmicrohttpd.spec 0000006879 6.72 KB
libmicrohttpd_test_data.patch 0000003310 3.23 KB
libmicrohttpd_test_session.patch 0000000963 963 Bytes
Revision 15 (latest revision is 46)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 317166 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 15)
- fux build for SLES11:
 * explicitly require libgnutls-devel in -devel package

- fix build for SLES11:
 * update disable-stalling-test.patch: Instead of disabling testcase
   in Makefile disable testcases in code, this could be even better
   we can disable only broken test but not the whole testcase.
 * add libmicrohttpd_test_session.patch: Disable test relying on
   available libcurl version
   (see https://gnunet.org/bugs/view.php?id=3893 for details) 
 * wrap libmicrosdpy into macro to disable building on
   systems with openssl < 1.0.1
- update to 0.9.42:
 * fix off-by-one in MHD_start_daemon_va() error handling logic
 * fix #3784: actually implement MHD_CONNECTION_INFO_SOCKET_CONTEXT
Comments 0
openSUSE Build Service is sponsored by