fn form_encode(s: &str) -> String
Percent-encodes a value for application/x-www-form-urlencoded bodies (unreserved characters pass through; space becomes +).
application/x-www-form-urlencoded
+