GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Apache::AuthCookie::Params::CGI(3) User Contributed Perl Documentation Apache::AuthCookie::Params::CGI(3)

Apache::AuthCookie::Params::CGI - Internal CGI Params Subclass

version 3.30

 Internal Use Only!

This is a pure perl implementation of HTTP/CGI parameter processing for Apache::AuthCookie.

Constructor

Get the apache request object

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:
  • param()

    Return the list of CGI parameter names

  • param($field)

    Return the value of the given CGI field. If the field has multiple values they will all be returned as a list.

  • param($field, @values)

    Set the given CGI field value to the given values. Existing values will be replaced. =end

Get the underlying CGI parameters. This is a merged version of query_params() and body_params().

Get the request query parameters.

Get the request body parameters.

Get the values of the "Content-Length" header. Returns 0 if the header is not present or empty.

Get the value of the "Content-Type" header. Returns an empty string if the header is not present.

The development version is on github at <https://https://github.com/mschout/apache-authcookie> and may be cloned from <git://https://github.com/mschout/apache-authcookie.git>

Please 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.

Michael Schout <mschout@cpan.org>

This 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.

2020-04-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.