From 1a5a035caa1027fcc5e41ca02d9e1858c46c0f36 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 Aug 2017 15:10:55 +0200 Subject: expand justifications --- src/include/microhttpd2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/microhttpd2.h') 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 @@ * 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 */ -- cgit v1.2.3