aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index b5d6b054..46346097 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1218,6 +1218,10 @@ typedef void
1218 * also to iterate over the headers that have been 1218 * also to iterate over the headers that have been
1219 * added to a response. 1219 * added to a response.
1220 * 1220 *
1221 * @param cls closure
1222 * @param kind kind of the header we are looking at
1223 * @param key key for the value, can be an empty string
1224 * @param value corresponding value, can be NULL
1221 * @return #MHD_YES to continue iterating, 1225 * @return #MHD_YES to continue iterating,
1222 * #MHD_NO to abort the iteration 1226 * #MHD_NO to abort the iteration
1223 * @ingroup request 1227 * @ingroup request