Blame doc/libmicrohttpd.3

Packit 875988
.TH LIBMICROHTTPD "3" "21 Jun 2013 "libmicrohttpd"
Packit 875988
.SH "NAME"
Packit 875988
libmicrohttpd \- library for embedding HTTP servers
Packit 875988
.SH "SYNOPSIS"
Packit 875988
Packit 875988
 \fB#include <microhttpd.h>
Packit 875988
Packit 875988
.SH "DESCRIPTION"
Packit 875988
.P
Packit 875988
GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server.  MHD is a GNU package.
Packit 875988
.P
Packit 875988
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.
Packit 875988
.P
Packit 875988
.SH "SEE ALSO"
Packit 875988
\fBcurl\fP(1), \fBlibcurl\fP(3)
Packit 875988
Packit 875988
.SH "LEGAL NOTICE"
Packit 875988
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.
Packit 875988
Packit 875988
.SH "FILES"
Packit 875988
.TP
Packit 875988
microhttpd.h
Packit 875988
libmicrohttpd include file
Packit 875988
.TP
Packit 875988
libmicrohttpd.so
Packit 875988
libmicrohttpd library
Packit 875988
Packit 875988
.SH "REPORTING BUGS"
Packit 875988
Report bugs by using mantis <https://gnunet.org/bugs/>.
Packit 875988
Packit 875988
.SH "AUTHORS"
Packit 875988
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.
Packit 875988
Packit 875988
.SH "AVAILABILITY"
Packit 875988
You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/.