aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 52c8e19d..f229b033 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -1123,6 +1123,21 @@ over all of the cookies, headers, or @code{POST}-data fields of a
1123request, and also to iterate over the headers that have been added to a 1123request, and also to iterate over the headers that have been added to a
1124response. 1124response.
1125 1125
1126@table @var
1127@item cls
1128custom value specified when iteration was triggered;
1129
1130@item kind
1131kind of the header we are looking at
1132
1133@item key
1134key for the value, can be an empty string
1135
1136@item value
1137value corresponding value, can be NULL
1138
1139@end table
1140
1126Return @code{MHD_YES} to continue iterating, @code{MHD_NO} to abort the 1141Return @code{MHD_YES} to continue iterating, @code{MHD_NO} to abort the
1127iteration. 1142iteration.
1128@end deftypefn 1143@end deftypefn