SYNOPSIS
#include <microhttpd.h>
DESCRIPTION
GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package.
The details of the API are described in comments in the header file, a detailed reference documentation, a tutorial, and in brief on the MHD webpage.
LEGAL NOTICE
libmicrohttpd is released under both the LGPL Version 2.1 or higher and the GNU GPL with eCos extension. For details on both licenses please read the respective appendix in the manual.
FILES
- microhttpd.h
- libmicrohttpd include file
- libmicrohttpd.so
-
libmicrohttpd library
AUTHORS
GNU libmicrohttpd was originally designed by Christian Grothoff <[email protected]> and Chris GauthierDickey <[email protected]>. The original implementation was done by Daniel Pittman <[email protected]> and Christian Grothoff. SSL/TLS support was added by Sagie Amir using code from GnuTLS. See the AUTHORS file in the distribution for a more detailed list of contributors.