Module URITemplate::Utils::Escaping::Pure
In: lib/uri_template/utils.rb

A pure escaping module, which implements escaping methods in pure ruby. The performance is acceptable, but could be better with escape_utils.

Methods

Constants

URL_ESCAPED = /([^A-Za-z0-9\-\._])/.freeze   @private
URI_ESCAPED = /([^A-Za-z0-9!$&'()*+,.\/:;=?@\[\]_~])/.freeze   @private
PCT = /%([0-9a-fA-F]{2})/.freeze   @private

Public Instance methods

[Validate]