Module util
Available on crate feature
net only.Modulesยง
- percent_
encoding - URLs use special characters to indicate the parts of the request.
For example, a
?question mark marks the end of a path and the start of a query string. In order for that character to exist inside a path, it needs to be encoded differently.