pajout has asked for the wisdom of the Perl Monks concerning the following question:
1. There is $req->body (parsing content of POSTed forms) and $req->param (parsing args from url and content of POSTed forms into one object) but there is not standalone $req->arg, parsing the part of url only.
2. There is no option to make $req->param('myKey') or $req->body('myKey') case sensitive.
Does anybody know why that module is so specialized? Or, can somebody recommend some subclass module or wrapper (I don't want to reinvent wheel)?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Apache2::Request unexpected behavior
by ides (Deacon) on Feb 14, 2007 at 15:57 UTC | |
by pajout (Curate) on Feb 15, 2007 at 09:43 UTC | |
|
Re: Apache2::Request unexpected behavior
by TOD (Friar) on Feb 14, 2007 at 15:48 UTC | |
by pajout (Curate) on Feb 15, 2007 at 09:37 UTC | |
|
Re: Apache2::Request unexpected behavior
by Anonymous Monk on Feb 14, 2007 at 12:33 UTC | |
by pajout (Curate) on Feb 15, 2007 at 09:38 UTC |