Name
url:GetQuery -- get query part of URL (V2.0)
Synopsis
query$ = url:GetQuery([flags])
Function
Gets the query from the specified URL object. The initial question mark that denotes the beginning of the query part is a delimiter only. It is not part of the query contents. A not-present query will result in Nil being returned. A zero-length query will result in a zero-length string.

The optional flags parameter can be a combination of flags as described in the documentation of the hurl.URL() function. See hurl.URL for details.

Inputs
flags
optional: combination of flags
Results
query$
query part of URL

Show TOC