aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-01-31 06:21:49 +0000
committerChristian Grothoff <christian@grothoff.org>2008-01-31 06:21:49 +0000
commitf3ce0400d1b2e56ec57eb70be828752916210751 (patch)
tree6a1a7448488324c9ebcfc4c82d2603e6e0349544 /README
parentccad20a05fcf4ae866551ea792ebdceb2ffd5664 (diff)
downloadlibmicrohttpd-f3ce0400d1b2e56ec57eb70be828752916210751.tar.gz
libmicrohttpd-f3ce0400d1b2e56ec57eb70be828752916210751.zip
finished support for nested multiparts
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index 5f4820d6..13253d4d 100644
--- a/README
+++ b/README
@@ -50,14 +50,6 @@ indicates that a testcase should be written before implementing the
50feature. 50feature.
51 51
52 52
53For POST:
54=========
55- add support to decode multipart/form-data with
56 nesting (used for files) -- #1221, TEST
57- http://en.wikipedia.org/wiki/HTTP_pipelining:
58 "Only idempotent requests should be pipelined, such as GET and HEAD requests."
59 We should make sure that we force a close after POSTs, PUTs and DELETEs.
60
61For SSL: 53For SSL:
62======== 54========
63microhttpd.h: 55microhttpd.h: