Decodes and parses given character string containing new-line
separated key-values pairs, and returns CGI parameters in param
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | str |
Input string. |
||
type(cgi_param_type), | intent(out) | :: | param |
CGI parameter type. |