aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index bbab2805..01f52ea5 100644
--- a/README
+++ b/README
@@ -30,17 +30,16 @@ daemon.c:
30For SSL: 30For SSL:
31======== 31========
32microhttpd.h: 32microhttpd.h:
33- define appropriate APIs 33- define appropriate MHD_OPTIONs
34- everything else 34- actual implementation
35 35
36 36
37Other: 37Other:
38====== 38======
39- allow client to determine http 1.0 vs. 1.1
40 (API extension)
41- allow client to control size of input/output 39- allow client to control size of input/output
42 buffers 40 buffers (add MHD_OPTION)
43- allow client to limit total number of connections 41- allow client to limit total number of connections
42 (add MHD_OPTION)
44 43
45 44
46 45