Hi, I'm trying to write HTTP proxy with POE so I've tried to use POE::Component::Client::HTTP to proxy HTTP requests to the actual web servers. The problem is that I don't see how I can get response code and message (i.e. '200 Ok', '404 Not Found', etc) from web server when I use POE::Component::Client::HTTP in streaming mode as in streaming mode response handler only recieves HTTP::Headers object which doesn't have this information. I've checked sources/docs to find any workaround but I've not found anything. Am I missing something?
-- Ilya Martynov, [EMAIL PROTECTED] CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org
