On Wed, 8 Nov 2000, Geoffrey Young wrote:
> ... Apache::RequestNotes may be able to help - it basically does
> cookie/get/post/upload parsing during request init and then stashes
> references to the data in pnotes. The result is a consistent interface to
> the data across all handlers (which is the exact reason this module came
> about)
This is /exactly/ right. The only caveat is that its API is
different from Apache::Request. It Would Be Nice(TM) if the
module subclassed itself off of Apache::Request so that the
Apache::Request API would Do The Right Thing(TM).
> it requires Doug's libapreq and probably a few code changes, but it may be
> somewhat helpful...
Such functionality should imply be absorbed into
Apache::Request.
Doug??
- Paul