logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libmicrohttpd — library for embedding HTTP servers

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.

Availability

       You can obtain the latest version from Ns: https://www.gnu.org/software/libmicrohttpd/.

Bugs

       Report bugs by using MantisNs: https://gnunet.org/bugs/.

Debian                                            June 21, 2013                                 LIBMICROHTTPD(3)

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.

Files

microhttpd.h
                  libmicrohttpd include file
       libmicrohttpd.so
                  libmicrohttpd library

Library

       library for embedding HTTP servers (libmicrohttpd)

Name

       libmicrohttpd — library for embedding HTTP servers

See Also

curl(1), libcurl(3), info libmicrohttpd

Synopsis

#include<microhttpd.h>

See Also