blob: 13fcdcd304072170f82faaaa48115ea60d6248b1 [file] [log] [blame]
Daniel Erat748945e2015-08-11 09:22:30 -06001.TH LIBMICROHTTPD "3" "21 Jun 2013 "libmicrohttpd"
2.SH "NAME"
3GNU libmicrohttpd \- library for embedding HTTP servers
4.SH "SYNOPSIS"
5
6 \fB#include <microhttpd.h>
7
8.SH "DESCRIPTION"
9.P
10GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package.
11.P
12The 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.
13.P
14.SH "SEE ALSO"
15\fBcurl\fP(1), \fBlibcurl\fP(3)
16
17.SH "LEGAL NOTICE"
18libmicrohttpd 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.
19
20.SH "FILES"
21.TP
22microhttpd.h
23libmicrohttpd include file
24.TP
25libmicrohttpd.so
26libmicrohttpd library
27
28.SH "REPORTING BUGS"
29Report bugs by using mantis <https://gnunet.org/bugs/>.
30
31.SH "AUTHORS"
32GNU libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The original implementation was done by Daniel Pittman <depittman@gmail.com> 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.
33
34.SH "AVAILABILITY"
35You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/.