-------- Original Message  --------
From: "Philip M. Gollucci" <[EMAIL PROTECTED]>
To: Joshua H <[EMAIL PROTECTED]>
Cc: modperl@perl.apache.org
Subject: Re:Newbie help with Apache2::Request configuration
Date: Sat Dec 31 2005 01:02:01

Joshua H wrote:

1) When I try to call Apache::Request methods (like new() ), I get an

You want Apache2::Request->new()
or better yet
APR::Request::Apache2->new()

See:
http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__apr__request__apache2.html

APR::Request::Apache2 seems rather light in terms of documented functionality, but you recommend it over Apache2::Request? Do they all somehow end up at the same place?

The libapreq2 docs seem a little light when it comes to explaining which class to choose. For example, which and when for:
  Apache2::Request
  APR::Request

or for cookies,
  Apache2::Cookie
  APR::Request::Cookie

er? any thoughts appreciated!

Regards & thanks,

Jeff

Reply via email to