aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd2.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-08-08 15:10:55 +0200
committerChristian Grothoff <christian@grothoff.org>2017-08-08 15:10:55 +0200
commit1a5a035caa1027fcc5e41ca02d9e1858c46c0f36 (patch)
treed869da37cfbc0b88695da98a4330d0bfd10a1a69 /src/include/microhttpd2.h
parentf454457953a718c9306e06c595d614ce31e1d351 (diff)
downloadlibmicrohttpd-1a5a035caa1027fcc5e41ca02d9e1858c46c0f36.tar.gz
libmicrohttpd-1a5a035caa1027fcc5e41ca02d9e1858c46c0f36.zip
expand justifications
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