Apache2 namespace are wrappers of the APR namespace. Where
can I find information about APR namespace, that will allow me to invoke the same methods that Apache2 namespace allows ? Example: use Apache2::RequestRec (); # set supported by the handler HTTP methods $allowed = $r->allowed(); <-- How can I do that same thing using APR module? Or
am I missing the point about APR:: namespace… Cure |
- APR Paul Harrison
- Re: APR Philip M. Gollucci