1LIBMICROHTTPD(3)         BSD Library Functions Manual         LIBMICROHTTPD(3)
2

NAME

4     libmicrohttpd — library for embedding HTTP servers
5

LIBRARY

7     library “libmicrohttpd”
8

SYNOPSIS

10     #include <microhttpd.h>
11

DESCRIPTION

13     GNU libmicrohttpd (short MHD) allows applications to easily integrate the
14     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 in Texinfo, a tutorial, and in brief on
18     the MHD webpage.
19
21     libmicrohttpd is released under both the LGPL Version 2.1 or higher and
22     the GNU GPL with eCos extension.  For details on both licenses please
23     read the respective appendix in the Texinfo manual.
24

FILES

26     microhttpd.h
27                libmicrohttpd include file
28     libmicrohttpd.so
29                libmicrohttpd library
30

SEE ALSO

32     curl(1), libcurl(3), info libmicrohttpd
33

AUTHORS

35     GNU libmicrohttpd was originally designed by Christian Grothoff
36     <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>.
37     The original implementation was done by Daniel Pittman
38     <depittman@gmail.com> and Christian Grothoff.  SSL/TLS support was added
39     by Sagie Amir using code from GnuTLS.  See the AUTHORS file in the dis‐
40     tribution for a more detailed list of contributors.
41

AVAILABILITY

43     You can obtain the latest version from Ns:
44           https://www.gnu.org/software/libmicrohttpd/.
45

BUGS

47     Report bugs by using Mantis: https://gnunet.org/bugs/.
48
49BSD                              June 21, 2013                             BSD
Impressum