http icon indicating copy to clipboard operation
http copied to clipboard

Document whether `Uri::path` and friends return (un-)escaped strings or not

Open nagisa opened this issue 4 years ago • 2 comments

nagisa avatar Jan 18 '20 13:01 nagisa

This caught me off-guard as well; I assumed that accessing the URI components would do the percent decoding for me but it seems that is not the case. Perhaps we could add accessors for the decoded form through an optional dependency such as percent-encoding?

sagebind avatar Mar 10 '20 15:03 sagebind

Hi! Is there any progress on this issue?

Nugine avatar Feb 10 '23 10:02 Nugine