extractQueryAsMap

abstract fun extractQueryAsMap(url: String): Map<String, List<String>>

Processes the query parameters of a url string into a list

Return

a map containing the all query parameters of the url

Parameters

url

the url string to extract the query parameters from