libmicrohttpd.3 1.6 KB

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