aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.3')
-rw-r--r--doc/libmicrohttpd.310
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3
index 6f7b1080..09159b46 100644
--- a/doc/libmicrohttpd.3
+++ b/doc/libmicrohttpd.3
@@ -1,13 +1,15 @@
1.TH LIBMICROHTTPD "3" "08 Aug 2007" "libmicrohttpd" 1.TH LIBMICROHTTPD "3" "11 Apr 2008" "libmicrohttpd"
2.SH "NAME" 2.SH "NAME"
3libmicrohttpd \- library for embedding HTTP servers 3GNU libmicrohttpd \- library for embedding HTTP servers
4.SH "SYNOPSIS" 4.SH "SYNOPSIS"
5 5
6\fB#include <microhttpd.h> 6\fB#include <microhttpd.h>
7 7
8.SH "DESCRIPTION" 8.SH "DESCRIPTION"
9.P 9.P
10libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. 10GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server.
11.P
12GNU libmicrohttpd is part of the GNU project.
11.P 13.P
12The details of the API are described in comments in the header file and on the webpage. 14The details of the API are described in comments in the header file and on the webpage.
13 15
@@ -30,7 +32,7 @@ libmicrohttpd library
30Report bugs by using mantis <https://gnunet.org/mantis/>. 32Report bugs by using mantis <https://gnunet.org/mantis/>.
31 33
32.SH "AUTHORS" 34.SH "AUTHORS"
33libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The implementation was done by Daniel Pittman and Christian Grothoff. 35GNU libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The implementation was done by Daniel Pittman and Christian Grothoff.
34 36
35.SH "AVAILABILITY" 37.SH "AVAILABILITY"
36You can obtain the latest version from http://gnunet.org/libmicrohttpd/. 38You can obtain the latest version from http://gnunet.org/libmicrohttpd/.