hyperium / http

Rust HTTP types
Apache License 2.0
1.16k stars 291 forks source link

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

Open nagisa opened 4 years ago

sagebind commented 4 years ago

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?

Nugine commented 1 year ago

Hi! Is there any progress on this issue?