aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-14 21:10:25 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-14 21:10:25 +0000
commit10fe5b91d7e007e9445ac716ce32ecdff6eda120 (patch)
tree989ec8b6b7f059fe6c4c74352a5584545eb84f82
parent1305a4f199a5d8ac685f13d70f1aae8caec9b787 (diff)
downloadlibmicrohttpd-10fe5b91d7e007e9445ac716ce32ecdff6eda120.tar.gz
libmicrohttpd-10fe5b91d7e007e9445ac716ce32ecdff6eda120.zip
fx
-rw-r--r--doc/microhttpd.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index 5d4b2114..bef6a2ac 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -740,7 +740,7 @@ responce and we finally destroy it only when the daemon shuts down.
740 740
741@c ------------------------------------------------------------ 741@c ------------------------------------------------------------
742@node microhttpd-response enqueue,microhttpd-responses 742@node microhttpd-response enqueue,microhttpd-responses
743@@section Enqueuing a response 743@section Enqueuing a response
744 744
745 745
746@deftypefun int MHD_queue_response (struct MHD_Connection *connection, unsigned int status_code, struct MHD_Response *response) 746@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.
815 815
816@c ------------------------------------------------------------ 816@c ------------------------------------------------------------
817@node microhttpd-response create,microhttpd-responses 817@node microhttpd-response create,microhttpd-responses
818@@section Creating response objects 818@section Creating response objects
819 819
820 820
821@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) 821@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);
891 891
892@c ------------------------------------------------------------ 892@c ------------------------------------------------------------
893@node microhttpd-response headers,microhttpd-responses 893@node microhttpd-response headers,microhttpd-responses
894@@section Adding headers to a response 894@section Adding headers to a response
895 895
896 896
897@deftypefun int MHD_add_response_header (struct MHD_Response *response, const char *header, const char *content) 897@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
917 917
918@c ------------------------------------------------------------ 918@c ------------------------------------------------------------
919@node microhttpd-response inspect,microhttpd-responses 919@node microhttpd-response inspect,microhttpd-responses
920@@section Inspecting a response object 920@section Inspecting a response object
921 921
922 922
923@deftypefun int MHD_get_response_headers (struct MHD_Response *response, MHD_KeyValueIterator iterator, void *iterator_cls) 923@deftypefun int MHD_get_response_headers (struct MHD_Response *response, MHD_KeyValueIterator iterator, void *iterator_cls)
@@ -1042,7 +1042,7 @@ always terminate normally.
1042 1042
1043@c ------------------------------------------------------------ 1043@c ------------------------------------------------------------
1044@node microhttpd-post api,microhttpd-post 1044@node microhttpd-post api,microhttpd-post
1045@@section Programming interface for the @code{POST} processor 1045@section Programming interface for the @code{POST} processor
1046 1046
1047 1047
1048 1048