Skip to main content

urlencode

Function urlencode 

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

Percent-encode a query value while leaving URL-safe characters unchanged.

The API client and fixture recorder share this encoder so they produce the same scoped-filter URL.