Servers are not the same
Today was the day when I finally stopped tweaking ugly builtin Apache config and installed lighttpd on my OSX. Bad news, I’ve coded rather big part of FOWRequest based on mod_rewrite-specific variables!
It took some time to re-implement old functionality, unit tests are still broken, but now I consider some of the advertised functionality as useless. I’ll implement it later if I would really require things like reconstructing request URL or detecting https.
More new stuff. Now FOWRequest parses GET and simple POST requests on its own (still have to implement multipart stuff).
I’ve got some plans for session manager. Most possibly it would be based on configurable sqlite (one more dependency) storage. You can choose either in-memory or disk file based on your needs.
Still have to fix Cocotron build script, I really hope to make pre-pre-alpha release this week ![]()