Skip to main content

Module util

Module util 

Available on crate feature net only.
Expand description

Preserved utility submodule (re-exports the percent_encoding crate).

Kept for source-compat with existing consumers via the rama_net::uri::util::percent_encoding::… path.

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.