aboutsummaryrefslogtreecommitdiff
path: root/doc/microhttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/microhttpd.texi')
-rw-r--r--doc/microhttpd.texi28
1 files changed, 13 insertions, 15 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index bef6a2ac..b0517bc6 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -111,6 +111,8 @@ Free Documentation License".
111@insertcopying 111@insertcopying
112@end ifnottex 112@end ifnottex
113 113
114GNU libmicrohttpd is a GNU package.
115
114@menu 116@menu
115* microhttpd-intro:: Introduction. 117* microhttpd-intro:: Introduction.
116* microhttpd-const:: Constants. 118* microhttpd-const:: Constants.
@@ -136,8 +138,6 @@ Indices
136* Type Index:: Index of data types. 138* Type Index:: Index of data types.
137@end menu 139@end menu
138 140
139GNU libmicrohttpd is part of the GNU project.
140
141@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 141@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
142 142
143@c ------------------------------------------------------------ 143@c ------------------------------------------------------------
@@ -712,14 +712,6 @@ item was found.
712@chapter Building answers to responses 712@chapter Building answers to responses
713 713
714 714
715@menu
716* microhttpd-response enqueue:: Enqueuing a response.
717* microhttpd-response create:: Creating a response object.
718* microhttpd-response headers:: Adding headers to a response.
719* microhttpd-response inspect:: Inspecting a response object.
720@end menu
721
722
723@noindent 715@noindent
724Response objects handling by @mhd{} is asynchronous with respect to the 716Response objects handling by @mhd{} is asynchronous with respect to the
725application execution flow. Instances of the @code{MHD_Response} 717application execution flow. Instances of the @code{MHD_Response}
@@ -735,11 +727,17 @@ Example: we allocate a new @code{MHD_Response} structure for each
735response @strong{kind}, we use it every time we have to give that 727response @strong{kind}, we use it every time we have to give that
736responce and we finally destroy it only when the daemon shuts down. 728responce and we finally destroy it only when the daemon shuts down.
737 729
730@menu
731* microhttpd-response enqueue:: Enqueuing a response.
732* microhttpd-response create:: Creating a response object.
733* microhttpd-response headers:: Adding headers to a response.
734* microhttpd-response inspect:: Inspecting a response object.
735@end menu
738 736
739@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 737@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
740 738
741@c ------------------------------------------------------------ 739@c ------------------------------------------------------------
742@node microhttpd-response enqueue,microhttpd-responses 740@node microhttpd-response enqueue
743@section Enqueuing a response 741@section Enqueuing a response
744 742
745 743
@@ -814,7 +812,7 @@ the @code{MHD_Response} object is released.
814@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 812@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
815 813
816@c ------------------------------------------------------------ 814@c ------------------------------------------------------------
817@node microhttpd-response create,microhttpd-responses 815@node microhttpd-response create
818@section Creating response objects 816@section Creating response objects
819 817
820 818
@@ -890,7 +888,7 @@ MHD_destroy_response(response);
890@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 888@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
891 889
892@c ------------------------------------------------------------ 890@c ------------------------------------------------------------
893@node microhttpd-response headers,microhttpd-responses 891@node microhttpd-response headers
894@section Adding headers to a response 892@section Adding headers to a response
895 893
896 894
@@ -916,7 +914,7 @@ Delete a header line from the response. Return @code{MHD_NO} on error
916@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 914@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
917 915
918@c ------------------------------------------------------------ 916@c ------------------------------------------------------------
919@node microhttpd-response inspect,microhttpd-responses 917@node microhttpd-response inspect
920@section Inspecting a response object 918@section Inspecting a response object
921 919
922 920
@@ -1041,7 +1039,7 @@ always terminate normally.
1041@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1039@c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1042 1040
1043@c ------------------------------------------------------------ 1041@c ------------------------------------------------------------
1044@node microhttpd-post api,microhttpd-post 1042@node microhttpd-post api
1045@section Programming interface for the @code{POST} processor 1043@section Programming interface for the @code{POST} processor
1046 1044
1047 1045