commit 1a5a035caa1027fcc5e41ca02d9e1858c46c0f36 parent f454457953a718c9306e06c595d614ce31e1d351 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 8 Aug 2017 15:10:55 +0200 expand justifications Diffstat:
| M | src/include/microhttpd2.h | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h @@ -53,6 +53,10 @@ * at the same time avoid symbol conflict with legacy names * (so we can have one binary implementing old and new * library API at the same time via compatibility layer). + * - make it impossible to queue a response at the wrong time + * - make it clear which response status codes are "properly" + * supported (include the descriptive string) by using an enum; + * - simplify API for common-case of one-shot responses */