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
libmicrohttpd-0.9.70.tar.gz 0001886435 1.8 MB
libmicrohttpd-0.9.70.tar.gz.sig 0000000566 566 Bytes
libmicrohttpd.changes 0000032840 32.1 KB
libmicrohttpd.keyring 0000014199 13.9 KB
libmicrohttpd.spec 0000004932 4.82 KB
Revision 102 (latest revision is 121)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 772474 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 102)
- Update to 0.9.70:
  * Fixed 100-continue handling for PATCH method
  * Fixed FTBFS from wrong #endif position for certain builds
  * Fixed connection overflow issue when combining
    MHD_USE_NO_LISTEN_SOCKET with MHD_USE_THREAD_PER_CONNECTION
  * Updated m4 script to fix FTBFS when using
    -Werror=unused-but-set-parameter
  * Adding fix for urlencoding of keys without values in
    post-processor logic.
  * Adding patch from Ethan Tuttle with test case for urlencoding
    in post-processor for keys without values.
Comments 0
openSUSE Build Service is sponsored by