mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
.TH LIBMICROHTTPD "3" "14 Nov 2008" "libmicrohttpd"
|
|
.SH "NAME"
|
|
GNU 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.
|
|
.P
|
|
GNU libmicrohttpd is part of the GNU project.
|
|
.P
|
|
The details of the API are described in comments in the header file and on the webpage.
|
|
|
|
.P
|
|
.SH "SEE ALSO"
|
|
\fBcurl\fP(1), \fBlibcurl\fP(3)
|
|
|
|
.SH "LEGAL NOTICE"
|
|
libmicrohttpd is released under the LGPL Version 2 or higher.
|
|
|
|
.SH "FILES"
|
|
.TP
|
|
microhttpd.h
|
|
libmicrohttpd include file
|
|
.TP
|
|
libmicrohttpd.so
|
|
libmicrohttpd library
|
|
|
|
.SH "REPORTING BUGS"
|
|
Report bugs by using mantis <https://gnunet.org/mantis/>.
|
|
|
|
.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/.
|