![]() |
![]()
| ![]() |
![]()
NAMEApache::AuthCookie::Params::CGI - Internal CGI Params Subclass VERSIONversion 3.32 SYNOPSISInternal Use Only! DESCRIPTIONThis is a pure perl implementation of HTTP/CGI parameter processing for Apache::AuthCookie. METHODSnew($r)Constructor request(): scalarGet the apache request object param()Get or set parameters. This manipulates the enderlying params() object. When called with no parameters returns the list of CGI parameter names. Return value depends on the arguments passed:
params(): Hash::MultiValueGet the underlying CGI parameters. This is a merged version of query_params() and body_params(). query_params(): Hash::MultiValueGet the request query parameters. body_params(): Hash::MultiValueGet the request body parameters. content_length(): intGet the values of the "Content-Length" header. Returns 0 if the header is not present or empty. content_type(): stringGet the value of the "Content-Type" header. Returns an empty string if the header is not present. SOURCEThe development version is on github at <https://github.com/mschout/apache-authcookie> and may be cloned from <https://github.com/mschout/apache-authcookie.git> BUGSPlease report any bugs or feature requests on the bugtracker website <https://github.com/mschout/apache-authcookie/issues> When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHORMichael Schout <mschout@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2000 by Ken Williams. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|