GNU libmicrohttpd - Summary
Group identification
Id: 9773
System Name: libmicrohttpd
Name: GNU libmicrohttpd
Group Type: Official GNU software
Search in this Group
This software is part of the GNU Project.
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
- Supports SSL/TLS
- HTTP server can listen on multiple ports
- Support for IPv6
- Support for incremental processing of POST data
- Creates binary of only 32k (without optional features)
- Three different threading models
- High performance (thread pool, epoll, sendfile)
Registration Date: Sat 12 Apr 2008 02:41:31 AM UTC
License: GNU Lesser General Public License
Development Status: 5 - Production/Stable
Communication Tools
Mailing Lists (1 public mailing list)
Development Tools
Powered by Savane 3.14-3b9d.
Corresponding source code