
Test::lwp::useragent useful for testing psgi applications, for simulating a server so as to test client code, route some or all requests through the network as normal, but still gain the hooks provided by this class to test what was sent and received.
note that lwp::useragent itself is not monkey-patched - use this module (or a subclass) to send request, or it cannot be caught and processed.