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.13 of the APR::Request::Apache2
17       package.
18

METHODS

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

SEE ALSO

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