class simple_argument :?ro:bool -> string -> string ->
Netcgi_types.cgi_argument
new simple_argument name value
: Creates an unstructured CGI
argument called name
with contents value
.
ro
: If true
, the argument will be read-only. By default,
the argument is enabled for read/write.