There are a couple of HTTP parsers in modules (e.g. POE::Component::Server::HTTP, HTTP::Daemon, probably in SOAP::Lite too) but not a standalone HTTP parser module.
I think it's the best for the perl community if you make it part of libwww-perl, which already has HTTP request constructor class (HTTP::Request) and HTTP response parser (HTTP::Response). You really only need to subclass
HTTP::Message to provide the accessors for the parsed request envelope, and the rest of the code can also re-use chunks from other LWP classes.
See:
http://search.cpan.org/~gaas/libwww-perl-5.76/
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
