extractQueryAsList

abstract fun extractQueryAsList(url: String): List<Any>

Processes the query parameters of a url string into a list

Return

a list containing the values of all query parameters of the url

Parameters

url

the url string to extract the query parameters from