
	Query([href: String = CURRENT_URL]): Object
	
		Returns an associative array, where the keys are the field names of the query string. If there's more than one field with the same name, you can access it as if it was an array.
		
			href URL that will be parsed, the default value is the current url
		
	
