1CGI(3) User Contributed Perl Documentation CGI(3)
2
3
4
6 APR::Request::CGI - wrapper for libapreq2's CGI handle.
7
9 use APR::Request::CGI;
10 my $req = APR::Request::CGI->handle($pool);
11
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.09 of the APR::Request::CGI package.
17
19 APR::Request::CGI - derived from "APR::Request".
20
21 handle
22
23 APR::Request::CGI->handle($pool)
24
25 Creates an APR::Request::CGI object. The argument $pool is an
26 APR::Pool object.
27
29 APR::Request, APR::Pool.
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.8.8 2007-10-25 CGI(3)