Please add possibility to simply decode URL
eximius313 opened this issue · 2 comments
eximius313 commented
While getParams
fetches the decoded URL, there is still a need for simply know the URL without fetching it.
Could you please provide method for that?
acoutts commented
This is now implemented in the current release. Use decodeUri
.
eximius313 commented
Thank you