aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index ab45ad10..afcd9a53 100644
--- a/README
+++ b/README
@@ -27,6 +27,11 @@ session.c:
27- send proper error code back if headers are too long 27- send proper error code back if headers are too long
28 (investigate what we should do with those headers, 28 (investigate what we should do with those headers,
29 read? give user control?) 29 read? give user control?)
30- http 1.0 compatibility (if 1.0, force connection
31 close at the end!)
32
33
34
30 35
31For IPv6: 36For IPv6:
32========= 37=========
@@ -41,3 +46,13 @@ microhttpd.h:
41- define appropriate APIs 46- define appropriate APIs
42- everything else 47- everything else
43 48
49
50Other:
51======
52- allow client to determine http 1.0 vs. 1.1
53 (API extension)
54- allow client to control size of input/output
55 buffers
56
57
58