aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd2.h')
-rw-r--r--src/include/microhttpd2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index f4e6443c..4a6c07cf 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -53,6 +53,10 @@
53 * at the same time avoid symbol conflict with legacy names 53 * at the same time avoid symbol conflict with legacy names
54 * (so we can have one binary implementing old and new 54 * (so we can have one binary implementing old and new
55 * library API at the same time via compatibility layer). 55 * library API at the same time via compatibility layer).
56 * - make it impossible to queue a response at the wrong time
57 * - make it clear which response status codes are "properly"
58 * supported (include the descriptive string) by using an enum;
59 * - simplify API for common-case of one-shot responses
56 */ 60 */
57 61
58 62