libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 10fe5b91d7e007e9445ac716ce32ecdff6eda120
parent 1305a4f199a5d8ac685f13d70f1aae8caec9b787
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Apr 2008 21:10:25 +0000

fx

Diffstat:
Mdoc/microhttpd.texi | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi @@ -740,7 +740,7 @@ responce and we finally destroy it only when the daemon shuts down. @c ------------------------------------------------------------ @node microhttpd-response enqueue,microhttpd-responses -@@section Enqueuing a response +@section Enqueuing a response @deftypefun int MHD_queue_response (struct MHD_Connection *connection, unsigned int status_code, struct MHD_Response *response) @@ -815,7 +815,7 @@ the @code{MHD_Response} object is released. @c ------------------------------------------------------------ @node microhttpd-response create,microhttpd-responses -@@section Creating response objects +@section Creating response objects @deftypefun {struct MHD_Response *} MHD_create_response_from_callback (size_t size, unsigned int block_size, MHD_ContentReaderCallback crc, void *crc_cls, MHD_ContentReaderFreeCallback crfc) @@ -891,7 +891,7 @@ MHD_destroy_response(response); @c ------------------------------------------------------------ @node microhttpd-response headers,microhttpd-responses -@@section Adding headers to a response +@section Adding headers to a response @deftypefun int MHD_add_response_header (struct MHD_Response *response, const char *header, const char *content) @@ -917,7 +917,7 @@ Delete a header line from the response. Return @code{MHD_NO} on error @c ------------------------------------------------------------ @node microhttpd-response inspect,microhttpd-responses -@@section Inspecting a response object +@section Inspecting a response object @deftypefun int MHD_get_response_headers (struct MHD_Response *response, MHD_KeyValueIterator iterator, void *iterator_cls) @@ -1042,7 +1042,7 @@ always terminate normally. @c ------------------------------------------------------------ @node microhttpd-post api,microhttpd-post -@@section Programming interface for the @code{POST} processor +@section Programming interface for the @code{POST} processor