Navigation

Operators and Keywords

Function List:

C++ API

Function File: CGI = cgi ()

Creates a CGI object to parse CGI query string from GET or POST requests. Parameter can be return by the functions getfirst and getlist or with the dot-syntax (CGI.form.name).

The methods getfirst and getlist behave as the Python CGI functions.

See also: @cgi/getfirst,@cgi/getlist.

Package: cgi