We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf5307 commit f0aba21Copy full SHA for f0aba21
README.md
@@ -717,7 +717,7 @@ Encodes a field value as URI. Aka percent-encoding.
717
718
Options:
719
720
-- `plus_for_space`: Sets whether "space" (' ') will be substituted by a "plus" ('+') or be percent escaped ('%20'). Default: `true`)
+- `plus_for_space`: Sets whether "space" (` `) will be substituted by a "plus" (`+`) or be percent escaped (`%20`). (Default: `true`)
721
- `safe_chars`: Sets characters that won't be escaped. Safe characters are the
722
ranges 0..9, a..z and A..Z. These are always safe and should not be specified.
723
Default safe characters are also ".", "-", "*", and "_".
0 commit comments