Skip to main content

url_encode_path_segment

Function url_encode_path_segment 

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

URL-encode a path segment.

Similar to url_encode but also allows forward slashes for path converter values.