Re: API Docs

Holger Kipp <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
Dear Worik,

Am 15.05.2014 um 01:52 schrieb Worik Stanton <[email protected]>:

> I am still trying to fathom the API.
>
> I have struck a snag with the documentation.
>
>
> https://perl.apache.org/docs/2.0/api/Apache2/Connection.html#Synopsis
> says....
>
> use Apache2::Connection ();
> use Apache2::RequestRec ();
>
> my $c = $r->connection;
>
>
> What is $r?


$r is the Apache2::RequestRec object
$c is the Apache2::Connection object

it is in the documentation for connection method:
---
connection

Get the client connection record

$c = $r->connection();
        • obj: $r ( Apache2::RequestRec object )
        • ret: $c ( Apache2::Connection object )
        • since: 2.0.00
—


Best regards,
Holger


__________________________________________________________

Holger Kipp
Diplom-Mathematiker
Senior Consultant

Tel. : +49 30 436 58 114
Fax. : +49 30 436 58 214
Mobil: +49 178 36 58 114
Email: [email protected]

alogis AG
Alt-Moabit 90b
D-10559 Berlin

http://www.alogis.com
__________________________________________________________

alogis AG
Sitz/Registergericht: Berlin/AG Charlottenburg, HRB 71484
Vorstand: Arne Friedrichs, Joern Samuelson
Aufsichtsratsvorsitzender: Reinhard Mielke
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.