from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
LIBMICROHTTPD
Section: C Library Functions (3) Index
Return to Main Contents
BSD mandoc
NAME
libmicrohttpd
- library for embedding HTTP servers
LIBRARY
Lb libmicrohttpd
SYNOPSIS
In microhttpd.h
DESCRIPTION
GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package.
The details of the API are described in comments in the header file, a detailed reference documentation in Texinfo, a tutorial, and in brief on the MHD webpage.
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 Texinfo manual.
FILES
- microhttpd.h
-
libmicrohttpd include file
- libmicrohttpd.so
-
libmicrohttpd library
SEE ALSO
curl(1),
libcurl(3),
info libmicrohttpd
AUTHORS
GNU
was originally designed by
An -nosplit
An Christian Grothoff Aq Mt christian@grothoff.org
and
An Chris GauthierDickey Aq Mt chrisg@cs.du.edu Ns .
The original implementation was done by
An Daniel Pittman Aq Mt 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.
AVAILABILITY
You can obtain the latest version from
Lk https://www.gnu.org/software/libmicrohttpd/ Ns .
BUGS
Report bugs by using
Lk https://gnunet.org/bugs/ Mantis Ns .
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- LEGAL NOTICE
-
- FILES
-
- SEE ALSO
-
- AUTHORS
-
- AVAILABILITY
-
- BUGS
-
|