Installed:
Apache2::Request
Apache2::Cookie
Apache2::Upload
APR::Request
APR::Request::Cookie
In a recent posting:
"...the APR::* classes will be the
ones we recommend nowadays. We debated whether to chuck the Apache2::*
classes entirely, but we left them in for back-compat reasons."
Now:
I'm at a loss
Should I be using the APR::Request / APR::Request::Cookie methods
instead of Apache2 ?
If so, why no APR::Request::Upload?
