
torsten.foertsch at gmx
May 27, 2005, 6:34 AM
Views: 931
Permalink
|
|
[MP2]how to catch the response body of a subrequest?
|
|
Hi, is it possible to run a subrequest and send the output to a PerlResponseHandler instead of the browser. I think it can be done with a filter that gathers all output ... Is there anything available like $subr=$r->lookup_uri(...); $response_body=$subr->run_with_output_to_me; if( $subr->status==200 ) { my $xyz=Storable::thaw( $response_body ); ... } Torsten
|