Version: v0.7.1 - Beta.  We welcome contributors & feedback.

UrlQuery

An interface for the query string part of a URL TypeString.

$query = url'/page?a=11&b=22'.getQuery()

$query.getNames()
//= ['a', 'b']

Methods

Get

Set

Misc