in Apache/mod_perl 2.0, you can write an input filter that _does_ allow
you

do parse the Request Line yourself.  then again, you can write a protocol
handler for any protocol you can dream up, so there's no reason to mess with HTTP :)
Actually in 2.0 you can even implement this in a HeaderParser handler. Here is such an example:
http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlHeaderParserHandler

Here is an example of the input filter that modifies the request headers (as suggested by Geoff):
http://perl.apache.org/docs/2.0/user/handlers/filters.html#Connection_Input_Filters


__________________________________________________________________
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

Reply via email to