Module: URI

Defined in:
lib/sage_pay/uri_fixups.rb

Overview

Need to not fail when uri contains curly braces This overrides the DEFAULT_PARSER with the UNRESERVED key, including ‘and ‘’ DEFAULT_PARSER is used everywhere, so its better to override it once

Constant Summary collapse

DEFAULT_PARSER =
Parser.new(:UNRESERVED => unreserved + "\{\}")