joshbuddy / http_router

A kick-ass HTTP router for use in Rack
MIT License
198 stars 45 forks source link

Update gem to fix for obsolete URI escape and unescape methods #50

Closed crwenner closed 4 years ago

crwenner commented 4 years ago

In order to remove the warnings about the use of URI#unescape and URI#escape, this pull request updates the mentioned methods to use URI::DEFAULT_PARSER.