Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | simplified further for initial compatibility with FreeBSD | Max Christian Pohle | |
2021-11-23 | Removed sendfile for now | Max Christian Pohle | |
It is not compatible between linux and freebsd (different number of parameters) | |||
2021-11-21 | First working version | Max Christian Pohle | |
TODO: needs refactoring | |||
2021-11-20 | The server actually serves | Max Christian Pohle | |
2021-11-16 | Basic functionality is finally there | Max Christian Pohle | |
We can: * skip HTTP status header * read the HTTP headers * find a boundary of multipart form data and if there was a boundary * parse further 'chunks', separated by this boundary, each with a HTTP header All of that was tested with text fields and binary data. This server implementation is insecure. Please do not use it for anything connected to the internet. It is simple though and can serve local daemons. TODO: callback to a parser function. |