libmicrohttpd - Lightweight library for embedding a webserver in applications

Website: http://www.gnu.org/software/libmicrohttpd/
License: LGPLv2+
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.7-2.el5.art.x86_64 [46 KiB]

Changelog:

by Scott R. Shinn (2012-05-10):
- Use compat-gnutls2 for EL5 environments, so HTTPS is supported
Copyright © 2005-2010 Atomicorp, Inc.