diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 58e3d1ab..a17f41f2 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of libmicrohttpd | 2 | This file is part of libmicrohttpd |
3 | (C) 2006 Christian Grothoff (and other contributing authors) | 3 | (C) 2006, 2007 Christian Grothoff (and other contributing authors) |
4 | 4 | ||
5 | libmicrohttpd is free software; you can redistribute it and/or modify | 5 | libmicrohttpd is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published | 6 | it under the terms of the GNU General Public License as published |
@@ -31,8 +31,7 @@ | |||
31 | * thread-safe.<p> | 31 | * thread-safe.<p> |
32 | * | 32 | * |
33 | * TODO: | 33 | * TODO: |
34 | * - Is it ok to treat POST data and GET-URI arguments (a=4&b=5) equally, | 34 | * - proper API for file uploads via HTTP |
35 | * or do we need an extra pair of methods? | ||
36 | * - We probably need a significantly more extensive API for | 35 | * - We probably need a significantly more extensive API for |
37 | * proper SSL support (set local certificate, etc.) | 36 | * proper SSL support (set local certificate, etc.) |
38 | */ | 37 | */ |