Apache-Wombat
view release on metacpan or search on metacpan
docs/api/Apache/Wombat/Connector.html view on Meta::CPAN
</Location></PRE>
<P>
<HR>
<H1><A NAME="description">DESCRIPTION</A></H1>
<P>This Connector receives requests from and returns responses to an
Apache web server within which Wombat is embedded. It does not listen
on a socket but rather provides a <A HREF="#item_process"><CODE>process()</CODE></A> entry point with which
it receives and returns an <STRONG>Apache</STRONG> instance. It provides HttpRequest
and HttpResponse implementations that delegate many fields and methods
to an underlying <STRONG>Apache::Request</STRONG> instance.</P>
<P>ApacheConnector assumes an Apache 1 & mod_perl 1 single-threaded
multi-process environment. It's unknown whether it will work in any
other environment.</P>
<P>Requires mod_perl to be compiled with at least one of the following
options:</P>
<PRE>
DYNAMIC=1
PERL_TABLE_API=1
EVERYTHING=1</PRE>
<P>
<HR>
lib/Apache/Wombat/Connector.pm view on Meta::CPAN
=head1 DESCRIPTION
This Connector receives requests from and returns responses to an
Apache web server within which Wombat is embedded. It does not listen
on a socket but rather provides a C<process()> entry point with which
it receives and returns an B<Apache> instance. It provides HttpRequest
and HttpResponse implementations that delegate many fields and methods
to an underlying B<Apache::Request> instance.
ApacheConnector assumes an Apache 1 & mod_perl 1 single-threaded
multi-process environment. It's unknown whether it will work in any
other environment.
Requires mod_perl to be compiled with at least one of the following
options:
DYNAMIC=1
PERL_TABLE_API=1
EVERYTHING=1
( run in 0.394 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )