The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Parallel::Prefork ?

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

NO CONTEXT BRANCH