Adds a key+value or set of values by key.
Property parses the components of an URI into their values or array of values.
Accepts any convertible query parameter and imports the values.
Adds a key+value to the query.
Imports a set of key+values.
Static
initCreates a new QueryBuilder using the provided query.
Generated using TypeDoc
Provides a means for parsing and building a set of parameters.
In other languages, dictionaries are not reliable for retaining the order of stored values. So for certainty and flexibility we use an ordered dictionary as a base class.