parseUrlAndParams

Parses a path and set of query parameters from a raw URL string.

Tuple!(string, StringMultiValueMap)
parseUrlAndParams
(
string rawUrl
)

Parameters

rawUrl string

The raw url containing both path and query params.

Return Value

Type: Tuple!(string, StringMultiValueMap)

A tuple containing the path and parsed query params.