Skip to content

Commit 2cfc155

Browse files
author
Sebastiano Merlino
committed
updated errors in doc introduction
1 parent 2619489 commit 2cfc155

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

doc/libhttpserver.texi

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,18 @@ Indices
9191
@noindent
9292
libhttpserver is meant to constitute an easy system to build HTTP
9393
servers with REST fashion.
94-
libhttpserver is based on libhttpserver and, like this, it is a
94+
libhttpserver is based on libmicrohttpd and, like this, it is a
9595
daemon library.
9696
The mission of this library is to support all possible HTTP features
9797
directly and with a simple semantic allowing then the user to concentrate
98-
only on his application and not in HTTP handling details.
98+
only on his application and not on HTTP request handling details.
9999

100100
The library is supposed to work transparently for the client Implementing
101101
the business logic and using the library itself to realize an interface.
102102
If the user wants it must be able to change every behavior of the library
103103
itself through the registration of callbacks.
104104

105-
Like the api is based on (libhttpserver), libhttpserver is able to decode
105+
Like the api is based on (libmicrohttpd), libhttpserver is able to decode
106106
certain body format a and automatically format them in object oriented
107107
fashion. This is true for query arguments and for @code{POST} and @code{PUT}
108108
requests bodies if @code{application/x-www-form-urlencoded} or
@@ -128,6 +128,9 @@ used per connection to avoid resource exhaustion.
128128
libhttpserver uses the standard system where the usual build process
129129
involves running
130130
@verbatim
131+
$ ./bootstrap
132+
$ mkdir build
133+
$ cd build
131134
$ ./configure
132135
$ make
133136
$ make install

doc/version.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@set UPDATED 13 April 2013
2-
@set UPDATED-MONTH April 2013
1+
@set UPDATED 12 January 2014
2+
@set UPDATED-MONTH January 2014
33
@set EDITION 0.6.3
44
@set VERSION 0.6.3

0 commit comments

Comments
 (0)