1Apache2(3)            User Contributed Perl Documentation           Apache2(3)
2
3
4

NAME

6       APR::Request::Apache2 - wrapper for a mod_apreq2 handle.
7

SYNOPSIS

9         use APR::Request::Apache2;
10         my $req = APR::Request::Apache2->handle($r);
11

DESCRIPTION

13       The APR::Request::Apache2 module provides a constructor for interfacing
14       with the mod_apreq2 Apache module.
15
16       This manpage documents version 2.09 of the APR::Request::Apache2 pack‐
17       age.
18

METHODS

20       APR::Request::Apache2 - derived from "APR::Request".
21
22       handle
23
24           APR::Request::Apache2->handle($r)
25
26       Creates an APR::Request::Apache2 object.  The argument $r is an
27       Apache2::RequestRec object (from mod_perl2).
28

SEE ALSO

30       APR::Request, Apache2::RequestRec.
31
33         Licensed to the Apache Software Foundation (ASF) under one or more
34         contributor license agreements.  See the NOTICE file distributed with
35         this work for additional information regarding copyright ownership.
36         The ASF licenses this file to You under the Apache License, Version 2.0
37         (the "License"); you may not use this file except in compliance with
38         the License.  You may obtain a copy of the License at
39
40             http://www.apache.org/licenses/LICENSE-2.0
41
42         Unless required by applicable law or agreed to in writing, software
43         distributed under the License is distributed on an "AS IS" BASIS,
44         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45         See the License for the specific language governing permissions and
46         limitations under the License.
47
48
49
50perl v5.8.8                       2007-10-25                        Apache2(3)
Impressum