Yep, something like FakeRequest is the easy solution, I guess one could write something similar for apache2. Still, it's intriguing that a standalone HTTP implementation is mentioned in RequestUtil's pod but I cannot find a real implementation example anywhere.
-bharanee On 8/31/07, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > On 8/30/07, bharanee rathna <[EMAIL PROTECTED]> wrote: > > It would work for the purpose of testing, mainly simulating a request > > without running apache like Apache::Test does currently. > > Apache::Test does it this way because it's a better way to test. It > actually tests the full code path. > > There are things like Apache::FakeRequest, but I don't think anyone > has tried to do it for the Apache 2 API yet. > > - Perrin >