TODO * Deprecate WebGUI::Session::HTTP - replace with WebGUI::Request/Response * Delete lib/WebGUI/URL and replace with new Middleware(s) * Investigate moving Cookie handling into middleware * Turn html debug output into a Plack::Middleware::Debug panel DONE * $session->request is now a Plack::Request object * serverObject gone from WebGUI::Session::open() * WebGUI::authen API changed * urlHandler API changed - no longer gets server, config * Streaming response body * Mostly decoupled WebGUI from Log4perl * Exception handling and error doc mapping NB * Periodically do a big stress-test and check for leaks, mysql overload etc.. ab -t 100 -c 10 -k http://dev.localhost.localdomain:5000 | grep 'Req'