parseQueryString
fun parseQueryString(query: String, startIndex: Int = 0, limit: Int = 1000, decode: Boolean = true): Parameters
Parse query string withing starting at the specified startIndex but up to limit pairs
Parse query string withing starting at the specified startIndex but up to limit pairs