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