Override Rack‘s version since it doesn‘t handle non-String values
Be sure to URI escape ’+’ symbols to %2B. Otherwise, they get interpreted as spaces.
Turns headers keys and values into strings
Turns param keys into strings
Receives a URL and returns just the path with the query string sorted.
[Validate]