Jump to letter: [
34ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libmicrohttpd - Lightweight library for embedding a webserver in applications
- Description:
GNU libmicrohttpd is a small C library that is supposed to make it
easy to run an HTTP server as part of another application.
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 25k (for now)
* Three different threading models
Packages
libmicrohttpd-0.9.2-3.el6.i686
[43 KiB] |
Changelog
by Tim Niemueller (2010-11-16):
- Add missing BR gnutls-devel and libgcrypt-devel
- Added patch to fix test apps (NSS instead of GnuTLS/OpenSSL curl,
implicit DSO linking)
- Disable test cases for now due to false errors, reported upstream
|