aboutsummaryrefslogtreecommitdiff
path: root/README
blob: afcd9a53602fb1f1fb55da82dd85a90f389a27ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Run "autoreconf -f -i" to create configure.

This is still pre-alpha software.  The following
things need to be implemented (in list of importance)
before certain features can be used at all:


For GET args:
=============
session.c:
- MHD_parse_session_headers: take URL apart

For PUT/POST:
=============
session.c:
- MHD_parse_session_headers (determine upload size)
- MHD_session_handle_read (proper handling of upload end)

For COOKIES:
============
session.c:
- MHD_parse_session_headers: take cookie header apart

For http-compliance:
====================
session.c:
- send proper error code back if headers are too long
  (investigate what we should do with those headers,
   read?  give user control?)
- http 1.0 compatibility (if 1.0, force connection
  close at the end!)




For IPv6:
=========
daemon.c:
- fix start daemon and accept handlers
  (tricky bit will be supporting both on 
   the same socket / port!)

For SSL:
========
microhttpd.h:
- define appropriate APIs
- everything else


Other:
======
- allow client to determine http 1.0 vs. 1.1
  (API extension)
- allow client to control size of input/output
  buffers