"Joe Schaefer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Nikolay Ananiev" <[EMAIL PROTECTED]> writes: > > > $req->args('key'); doesn't return the value of 'key' but the whole > > query string. > > Please use APR::Request::Apache2 instead of Apache2::Request.
Thank you, Joe. That solved my problem. I have one more question. With Apache2::Request I used $req->discard_request_body for non-POST requests. How do I do it with APR::Request::Apache2? Or there's no point to do it?
