1LIBMICROHTTPD(3) Library Functions Manual LIBMICROHTTPD(3)
2
3
4
6 GNU libmicrohttpd - library for embedding HTTP servers
7
9 #include <microhttpd.h>
10
11
13 GNU libmicrohttpd (short MHD) allows applications to easily integrate
14 the functionality of a simple HTTP server. MHD is a GNU package.
15
16 The details of the API are described in comments in the header file, a
17 detailed reference documentation, a tutorial, and in brief on the MHD
18 webpage.
19
21 curl(1), libcurl(3)
22
23
25 libmicrohttpd is released under both the LGPL Version 2.1 or higher and
26 the GNU GPL with eCos extension. For details on both licenses please
27 read the respective appendix in the manual.
28
29
31 microhttpd.h
32 libmicrohttpd include file
33
34 libmicrohttpd.so
35 libmicrohttpd library
36
37
39 Report bugs by using mantis <https://gnunet.org/bugs/>.
40
41
43 GNU libmicrohttpd was originally designed by Christian Grothoff <chris‐
44 tian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The
45 original implementation was done by Daniel Pittman
46 <depittman@gmail.com> and Christian Grothoff. SSL/TLS support was
47 added by Sagie Amir using code from GnuTLS. See the AUTHORS file in
48 the distribution for a more detailed list of contributors.
49
50
52 You can obtain the latest version from http://www.gnu.org/software/lib‐
53 microhttpd/.
54
55
56
57libmicrohttpd" 21 Jun 2013 LIBMICROHTTPD(3)