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 05ee42a0..ded6577f 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3752,6 +3752,11 @@ MHD_add_response_footer (struct MHD_Response *response,
3752/** 3752/**
3753 * Delete a header (or footer) line from the response. 3753 * Delete a header (or footer) line from the response.
3754 * 3754 *
3755 * For "Connection" headers this function remove all tokens from existing
3756 * value. Successful result means that at least one token has been removed.
3757 * If all tokens are removed from "Connection" header, the empty "Connection"
3758 * header removed.
3759 *
3755 * @param response response to remove a header from 3760 * @param response response to remove a header from
3756 * @param header the header to delete 3761 * @param header the header to delete
3757 * @param content value to delete 3762 * @param content value to delete