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)?
In reply to Apache2::Request unexpected behavior by pajout
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |