libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 24686322811eea3ce1ec0b9329b050ef19bf70a1
parent fc6a31231af76afb7e6c4dfe15a3e009f2e518fc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Aug 2007 09:07:14 +0000

ideas

Diffstat:
MREADME | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -22,6 +22,14 @@ For POST: - find better way to handle POST data that does not fit into memory (#1221, API, TEST) - add support to decode multipart/form-data (#1221, TEST) +API Improvements: +================= +- allow clients to associate a void * with each connection (for easier client state + management) +- allow clients to register callback to be invoked when connection is + timed out or otherwise completed / aborted / closed (for easier client + state clean up) + For SSL: ======== microhttpd.h: