NAME
TODO
TRUNK (LAZY BRANCH)
TESTS TESTS TESTS
Most interfaces have no tests... Mock tests would be nice
Request Writer
Cleanup much like RequestBuilder, many small things to do here
Standalone
FCGI
FCGI::Request can build the _connection structure directly, and use the normal RequestBuilder
pass params to handle_request explicitly a la Standalone
ModPerl
HTTP::Engine::Interface::Apache::RequestBuilder should delegate everything to $request->_connection->{apache_request}. Should be very simple and efficient
POE
Like Standalone
Test
Use the Dummy request builder instead of HTTP::Request::AsCGI