aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-12 02:28:43 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-12 02:28:43 +0000
commita7cd9f029a61823c9285318a1dfd283ffac1912b (patch)
treebec44ce61e059124c370df27eed3a395abb20fce /README
parentbf03a654caee870d860fbf66c12216dd2cbf6177 (diff)
downloadlibmicrohttpd-a7cd9f029a61823c9285318a1dfd283ffac1912b.tar.gz
libmicrohttpd-a7cd9f029a61823c9285318a1dfd283ffac1912b.zip
docus
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index f6f40e4a..31ef8c01 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
1About 1About
2===== 2=====
3 3
4libmicrohttpd is a library written in C that provides a compact 4libmicrohttpd is a GNU library (part of the GNU project) written in C
5API and implementation of an HTTP 1.1 web server. libmicrohttpd 5that provides a compact API and implementation of an HTTP 1.1 web
6only implements the HTTP 1.1 protocol. The main application must 6server. libmicrohttpd only implements the HTTP 1.1 protocol. The
7still provide the content. 7main application must still provide the content.
8 8
9 9
10Installation 10Installation