Re: Apache2::Request and other modules

Mithun Bhattacharya <[email protected]> Tue, 13 May 2025 20:48:11 -0500
Newsgroups gmane.comp.apache.mod-perl
Message-ID <CAHTPV9+_c8wvNQ6RxvP=Ogxj06bcrJ1AjpoX+ZorQO_cPe1wSg@mail.gmail.com>
--00000000000089653206350ebe70
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Apache2::Request is the base and you would at least need that to consume a
request.

The rest are optional and expand on what $r provides. You include them only
if you are using something they are providing.

On Tue, May 13, 2025, 8:37=E2=80=AFPM <[email protected]> wrote:

> Hello
>
> In my modperl handler, I only use Apache2::Request module.
> What relations are there between Apache2::Request and the following
> modules?
>
> use Apache2::RequestRec ();
> use Apache2::RequestIO ();
> use Apache2::Connection ();
> use APR::Table ();
>
>
> Should I include them in startup.pl as well as Apache2::Request?
>
> Thanks.
>

--00000000000089653206350ebe70
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<p dir=3D"ltr">Apache2::Request is the base and you would at least need tha=
t to consume a request.</p>
<p dir=3D"ltr">The rest are optional and expand on what $r provides. You in=
clude them only if you are using something they are providing.</p>
<br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"ltr" class=
=3D"gmail_attr">On Tue, May 13, 2025, 8:37=E2=80=AFPM  &lt;<a href=3D"mailt=
o:[email protected]">[email protected]</a>&gt; wrote:<br></div><blockquote =
class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid=
;padding-left:1ex">Hello<br>
<br>
In my modperl handler, I only use Apache2::Request module.<br>
What relations are there between Apache2::Request and the following <br>
modules?<br>
<br>
use Apache2::RequestRec ();<br>
use Apache2::RequestIO ();<br>
use Apache2::Connection ();<br>
use APR::Table ();<br>
<br>
<br>
Should I include them in <a href=3D"http://startup.pl" rel=3D"noreferrer no=
referrer" target=3D"_blank">startup.pl</a> as well as Apache2::Request?<br>
<br>
Thanks.<br>
</blockquote></div>

--00000000000089653206350ebe70--