Skip to main content

url_encode

Function url_encode 

Source
pub fn url_encode(s: &str) -> String
Expand description

URL-encode a string for use in a query parameter.

Encodes all non-unreserved characters according to RFC 3986.