Class Relax::Query
In: lib/relax/query.rb
Parent: SymbolicHash

Query is used to represent the query portion of a URL. It‘s basically just a hash, where each key/value pair is a query parameter.

Methods

Public Class methods

Escapes a query parameter value.

Parses a URL and returns a Query with its query portion.

Unescapes a query parameter value.

Public Instance methods

Converts the Query to a query string for use in a URL.

Protected Instance methods

Converts each value of the Query to a string as it‘s added.

[Validate]