diff options
author | Christian Grothoff <christian@grothoff.org> | 2007-08-19 09:07:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2007-08-19 09:07:14 +0000 |
commit | 24686322811eea3ce1ec0b9329b050ef19bf70a1 (patch) | |
tree | 7685de53dda5d026ddc6303d8d8de5b2f95a39dd | |
parent | fc6a31231af76afb7e6c4dfe15a3e009f2e518fc (diff) | |
download | libmicrohttpd-24686322811eea3ce1ec0b9329b050ef19bf70a1.tar.gz libmicrohttpd-24686322811eea3ce1ec0b9329b050ef19bf70a1.zip |
ideas
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -22,6 +22,14 @@ For POST: | |||
22 | - find better way to handle POST data that does not fit into memory (#1221, API, TEST) | 22 | - find better way to handle POST data that does not fit into memory (#1221, API, TEST) |
23 | - add support to decode multipart/form-data (#1221, TEST) | 23 | - add support to decode multipart/form-data (#1221, TEST) |
24 | 24 | ||
25 | API Improvements: | ||
26 | ================= | ||
27 | - allow clients to associate a void * with each connection (for easier client state | ||
28 | management) | ||
29 | - allow clients to register callback to be invoked when connection is | ||
30 | timed out or otherwise completed / aborted / closed (for easier client | ||
31 | state clean up) | ||
32 | |||
25 | For SSL: | 33 | For SSL: |
26 | ======== | 34 | ======== |
27 | microhttpd.h: | 35 | microhttpd.h: |