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

NAME

6       APR::Request::CGI - wrapper for libapreq2's CGI handle.
7

SYNOPSIS

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

DESCRIPTION

13       The APR::Request::CGI module provides a constructor for accessing CGI
14       request data associated to a pool via libapreq2.
15
16       This manpage documents version 2.13 of the APR::Request::CGI package.
17

METHODS

19       APR::Request::CGI - derived from "APR::Request".
20
21   handle
22           APR::Request::CGI->handle($pool)
23
24       Creates an APR::Request::CGI object.  The argument $pool is an
25       APR::Pool object.
26

SEE ALSO

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