Boysenberry Payne <[EMAIL PROTECTED]> writes: > What is the difference between: > > APR::Request::Apache2 > and > Apache2::RequestRec
Apache2::RequestRec is the perl module representing httpd's request_rec struct. APR::Request::Apache2 is the perl module for interfacing with mod_apreq2, which is part of libapreq2. Basically APR::Request::Apache2 is a plugin for Apache2::RequestRec, that is responsible for parsing form data. -- Joe Schaefer