aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.3
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-28 19:46:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-28 19:46:30 +0000
commitba9c5760a590a3cdbaeed755b5c71dcb51829cc1 (patch)
treee90768f215f2ca32744130c817a9365fa177eb2d /doc/libmicrohttpd.3
parent41d87442e62ab5b26420dc8e6e72303b3d1fe474 (diff)
downloadlibmicrohttpd-ba9c5760a590a3cdbaeed755b5c71dcb51829cc1.tar.gz
libmicrohttpd-ba9c5760a590a3cdbaeed755b5c71dcb51829cc1.zip
releasing 0.4.4
Diffstat (limited to 'doc/libmicrohttpd.3')
-rw-r--r--doc/libmicrohttpd.316
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3
index da2554f1..e172e835 100644
--- a/doc/libmicrohttpd.3
+++ b/doc/libmicrohttpd.3
@@ -1,24 +1,26 @@
1.TH LIBMICROHTTPD "3" "14 Nov 2008" "libmicrohttpd" 1.TH LIBMICROHTTPD "3" "28 Oct 2009 "libmicrohttpd"
2.SH "NAME" 2.SH "NAME"
3GNU libmicrohttpd \- library for embedding HTTP servers 3GNU libmicrohttpd \- library for embedding HTTP servers
4.SH "SYNOPSIS" 4.SH "SYNOPSIS"
5 5
6\fB#include <sys/types.h>
7\fB#include <sys/select.h>
8\fB#include <sys/socket.h>
6\fB#include <microhttpd.h> 9\fB#include <microhttpd.h>
7 10
8.SH "DESCRIPTION" 11.SH "DESCRIPTION"
9.P 12.P
10GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. 13GNU libmicrohttpd (short MHD) allows applications to easily integrate the functionality of a simple HTTP server. MHD is a GNU package.
11.P 14.P
12GNU libmicrohttpd is part of the GNU project. 15The details of the API are described in comments in the header file, a detailed reference documentation and in brief on the MHD webpage.
13.P
14The details of the API are described in comments in the header file and on the webpage.
15
16.P 16.P
17.SH "SEE ALSO" 17.SH "SEE ALSO"
18\fBcurl\fP(1), \fBlibcurl\fP(3) 18\fBcurl\fP(1), \fBlibcurl\fP(3)
19 19
20.SH "LEGAL NOTICE" 20.SH "LEGAL NOTICE"
21libmicrohttpd is released under the LGPL Version 2 or higher. 21libmicrohttpd is released under both the LGPL Version 2 or higher and
22the GNU GPL with eCos extension. For details on both licenses please
23read the respective appendix in the manual.
22 24
23.SH "FILES" 25.SH "FILES"
24.TP 26.TP