Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: HTTP::Proxy traffic calculatingby BooK (Curate) |
on Feb 22, 2005 at 13:22 UTC ( [id://433325]=note: print w/replies, xml ) | Need Help?? |
$message is a HTTP::Response object when your filter is a response filter, so you can access the request via $message->request(). This should let you compute your stats in the response filter. Please note that HTTP::Proxy does currently behave well with large request bodies: it loads the whole request body in memory before processing and sending it to the next hop. This is more than often okay, except when you upload very laaaarge files.
In Section
Seekers of Perl Wisdom
|
|