aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:10 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:10 +0000
commit21acb929f578eb8f876c235669b78d6b213ec315 (patch)
tree45f89714c45e2a4f0999f2601fb8df7076f5b4fd /README
parent5e828bda99ed11ae9f183965eece0b5931ec0270 (diff)
downloadlibmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.tar.gz
libmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.zip
incremental post processing API and implementation
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 0 insertions, 9 deletions
diff --git a/README b/README
index a1216b26..1cf31703 100644
--- a/README
+++ b/README
@@ -18,17 +18,8 @@ connection.c:
18 18
19For POST: 19For POST:
20========= 20=========
21- find better way to handle POST data that does not fit into memory (#1221, API, TEST)
22- add support to decode multipart/form-data (#1221, TEST) 21- add support to decode multipart/form-data (#1221, TEST)
23 22
24API Improvements:
25=================
26- allow clients to associate a void * with each connection (for easier client state
27 management)
28- allow clients to register callback to be invoked when connection is
29 timed out or otherwise completed / aborted / closed (for easier client
30 state clean up)
31
32For SSL: 23For SSL:
33======== 24========
34microhttpd.h: 25microhttpd.h: