Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LIBMICROHTTPD(3)	     Library Functions Manual		LIBMICROHTTPD(3)

NAME
     libmicrohttpd -- library for embedding HTTP servers

LIBRARY
     library for embedding HTTP servers (libmicrohttpd)

SYNOPSIS
     #include <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  de-
     tailed  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  libmicrohttpd  was  originally designed by Christian Grothoff <christ-
     ian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>.  The  origi-
     nal  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.

BUGS
     Report bugs by using Mantis Ns.

FreeBSD ports 15.quarterly	  June 21, 2013 		LIBMICROHTTPD(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libmicrohttpd&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help