Fixed some issues, added developer-friendly POST, got rid of legacy stuff.
Started working on multipart content for CGI POSTs (file upload; there is some support, but don’t rely on it). The POST structure might radically change due to this.
My (sort of) forks of the lwIP httpserver_raw project until they are included (or not) in the main project tree.
Fixed some issues, added developer-friendly POST, got rid of legacy stuff.
Started working on multipart content for CGI POSTs (file upload; there is some support, but don’t rely on it). The POST structure might radically change due to this.
No friendly POST yet, everything else should work. There are two SSI engines here, the original and my own. There can be only one, so you know whose head will roll.
Old CGI is still there and many legacy stuff too. They will go away. Bear in mind that parameter passing and CGI structure might (will) change when POST or other stuff is introduced, so don’t rely too much on this by now.