'\" te .TH LIBMICROHTTPD "3" "21 Jun 2013 "libmicrohttpd" .SH "NAME" GNU libmicrohttpd \- library for embedding HTTP servers .SH "SYNOPSIS" \fB#include .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 .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (5) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability library/libmicrohttpd = Stability Volatile .TE .PP .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 . .SH "AUTHORS" GNU libmicrohttpd was originally designed by Christian Grothoff and Chris GauthierDickey . The original implementation was done by Daniel Pittman 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/. .SH "CAVEATS" This library, as delivered by Oracle Solaris in binary form, has been compiled without HTTPS support, i.e. \fB--disable-https\fP option was used when configuring the library for compilation. .SH NOTES .\" Oracle has added source availability information to this manual page This software was built from source available at https://java.net/projects/solaris-userland. The original community source was downloaded from http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.37.tar.gz Further information about this software can be found on the open source community website at http://ftp.gnu.org/gnu/libmicrohttpd/.