[[email protected]: POE as a light HTTP recorder !?]

[email protected] (Stefan Parvu) Sun, 25 Jul 2010 16:19:36 +0300
Newsgroups perl.poe
Message-ID <[email protected]>
Hello,

My name is Stefan Parvu, working on www.systemdatarecorder.org.
. Im planning in writting a small and simple HTTP recorder in 
Perl using probable POE, if applicable.

Im planning to see how can I develop a HTTP probe, in Perl,
probable using POE module which will do the following

 start timer
 GET /something or POST /something
 stop timer
 print milisecs of the HTTP action(s).

Could this be implemented in simple way in POE ? As well are cookies, 
HTTPS, authentication supported via POE ? Im looking to something similar as
Apache HTTP Client.

thanks,
stefan