aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.3
blob: 7dd81eb69e109fb71950d32e4aeedfd823f07746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH LIBMICROHTTPD "3" "21 Jun 2013 "libmicrohttpd"
.SH "NAME"
libmicrohttpd \- library for embedding HTTP servers
.SH "SYNOPSIS"

 \fB#include <microhttpd.h>

.SH "DESCRIPTION"
.P
GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server.  MHD is a GNU package.
.P
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.
.P
.SH "SEE ALSO"
\fBcurl\fP(1), \fBlibcurl\fP(3)

.SH "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.

.SH "FILES"
.TP
microhttpd.h
libmicrohttpd include file
.TP
libmicrohttpd.so
libmicrohttpd library

.SH "REPORTING BUGS"
Report bugs by using mantis <https://gnunet.org/bugs/>.

.SH "AUTHORS"
GNU 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.

.SH "AVAILABILITY"
You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/.