|
25dda93577
|
Implement handling multipart forms for the WebServer. It will need some changes to work with binary files though.
|
2022-07-20 21:29:59 +02:00 |
|
|
2648034425
|
Layout work for form parsing.
|
2022-07-20 16:28:37 +02:00 |
|
|
a7b705ebea
|
Implemented sending responses. (In an extremely simple way for now.)
|
2022-07-01 18:25:45 +02:00 |
|
|
24e120142e
|
Implement basig http header parsing, and also send the request through the WebNode tree.
|
2022-07-01 17:40:47 +02:00 |
|
|
22a8b3fff5
|
Fix sign compare warning.
|
2022-07-01 01:08:51 +02:00 |
|
|
0ee8dc5f2a
|
Callback setup for http_parser.
|
2022-07-01 01:03:23 +02:00 |
|
|
7455fc9dd5
|
moved HTTPParser and writer to the simple server's directory.
|
2022-06-30 23:18:45 +02:00 |
|