libmicrohttpd.3 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .Dd June 21, 2013
  2. .Dt LIBMICROHTTPD 3
  3. .Os
  4. .Sh NAME
  5. .Nm libmicrohttpd
  6. .Nd library for embedding HTTP servers
  7. .Sh LIBRARY
  8. .Lb libmicrohttpd
  9. .Sh SYNOPSIS
  10. .In microhttpd.h
  11. .Sh DESCRIPTION
  12. GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package.
  13. .sp
  14. 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.
  15. .Sh LEGAL NOTICE
  16. 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.
  17. .Sh FILES
  18. .Bl -tag -width /etc/ttys -compact
  19. .It Pa microhttpd.h
  20. libmicrohttpd include file
  21. .It Pa libmicrohttpd.so
  22. libmicrohttpd library
  23. .El
  24. .Sh SEE ALSO
  25. .Xr curl 1 ,
  26. .Xr libcurl 3 ,
  27. info libmicrohttpd
  28. .Sh AUTHORS
  29. GNU
  30. .Nm
  31. was originally designed by
  32. .An -nosplit
  33. .An Christian Grothoff Aq Mt christian@grothoff.org
  34. and
  35. .An Chris GauthierDickey Aq Mt chrisg@cs.du.edu Ns .
  36. The original implementation was done by
  37. .An Daniel Pittman Aq Mt depittman@gmail.com
  38. and Christian Grothoff.
  39. 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.
  40. .Sh AVAILABILITY
  41. You can obtain the latest version from
  42. .Lk https://www.gnu.org/software/libmicrohttpd/ Ns .
  43. .Sh BUGS
  44. Report bugs by using
  45. .Lk https://gnunet.org/bugs/ "Mantis" Ns .