Navigation

Operators and Keywords

Function List:

C++ API

cgi

Common Gateway Interface for Octave

Select category:

Web development

@cgi/cgi
Creates a CGI object to parse CGI query string from GET or POST requests.
@cgi/getfirst
Returns the first CGI parameter with the given name.
@cgi/getlist
Returns all CGI parameters with the given name.
@cgi/has
Returns true if a CGI parameter with the given name exists (otherwise false).
@cgi/subsref
Dot-syntax for returning CGI parmaters

Package: cgi