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.30.tar.gz 0001088922 1.04 MB
libmicrohttpd-0.9.30.tar.gz.sig 0000000072 72 Bytes
libmicrohttpd-drop-test_tls_options.patch 0000001796 1.75 KB
libmicrohttpd.changes 0000007385 7.21 KB
libmicrohttpd.keyring 0000002519 2.46 KB
libmicrohttpd.spec 0000007120 6.95 KB
Revision 6 (latest revision is 46)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 202028 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 6)
REMOVED DEBIAN FILES: noone bother to update them since 0.9.22, so kill em all

BTW: should go to 13.1

- Update to 0.9.30
  + implements the "SHOULD" clause of RFC 2616 section 8.1.4, which
    may reduce bandwidth consumption when clients cancel requests.
  + fixes build errors with various combinations of operating systems,
    libc versions, and configure flags.
  + fixes a use-after-free crash when using epoll() in combination with
     read errors
  0.9.29:
  + epoll can now also be used with SSL connections
  + following recent HTTP/1.1 clarfications, MHD no longer send
    a "Content-length" header in CONNECT responses.
  + the "MHD_add_connection" call now consistently sets an "errno"
    value to indicate the cause of errors.
    Connections added this way are now always processed immediately.
  + fixes a recently-introduced bug which prevented HTTP pipelining
    from working properly in some cases and a build error in
    conjunction with the "--disable-messages" configure option.
- Enable build of (experimental) SPDY support.
Comments 0
openSUSE Build Service is sponsored by