You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -718,9 +718,7 @@ Encodes a field value as URI. Aka percent-encoding.
718
718
Options:
719
719
720
720
-`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 "_".
721
+
-`safe_chars`: Sets characters that won't be escaped. Safe characters are the ranges 0..9, a..z and A..Z. These are always safe and should not be specified. (Default: `.-*_`)
0 commit comments