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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 42409403..d26702da 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3224,6 +3224,11 @@ MHD_lookup_connection_value_n (struct MHD_Connection *connection,
3224 * For suspended connection this function can be called at any moment. Response 3224 * For suspended connection this function can be called at any moment. Response
3225 * will be sent as soon as connection is resumed. 3225 * will be sent as soon as connection is resumed.
3226 * 3226 *
3227 * If response object is used to answer HEAD request then the body of
3228 * the response is not used, while all headers (including automatic headers)
3229 * are used. In practice, the same response object can be used to respond to
3230 * both HEAD and GET requests.
3231 *
3227 * @param connection the connection identifying the client 3232 * @param connection the connection identifying the client
3228 * @param status_code HTTP status code (i.e. #MHD_HTTP_OK) 3233 * @param status_code HTTP status code (i.e. #MHD_HTTP_OK)
3229 * @param response response to transmit, the NULL is tolerated 3234 * @param response response to transmit, the NULL is tolerated