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
OpenXPKI::Client::UI::Request(3) User Contributed Perl Documentation OpenXPKI::Client::UI::Request(3)

OpenXPKI::Client::UI::Request

This class is used to hold the input data received as from the webserver and provides a transparent interface to the application to retrieve parameter values regardless which transport format was used.

If the data was POSTed as JSON blob, the parameters are already expanded with the values in the cache hash. If data was send via a CGI method (either form-encoded or GET), the cache hash holds the keys and the value undef and the parameter expansion is done on the first request to "param".

Retrieves the value(s) of the named parameter.

The "param" method will not try to guess the type of the attribute, the requestor must use "multi_param" or call "param" in list context to retrieve a multi-valued attribute.

As the CGI transport does not provide information on the character of the attribute, the class always tries to translate items from scalar to list and vice-versa.

Retrieves the named parameter but enforces list context.
2022-05-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.