parse

open fun parse(requestPath: String?, queryString: String?): DataQuery

Parse a query with the specified request path and query string.

See Also:

Uniform Resource Locator Syntax (path and query).

Return

Parsed query.

Parameters

requestPath

(nullable) Request path from query URL.

queryString

(nullable) Query string from query URL.