Replies: 1 comment
-
There is no support in reqwest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can of course use a crate like https://crates.io/crates/serde-json-fmt to serialize a String with escaped unicode values myself, but it'd be nice to use the built-in
json
builder for reqwest.Is there anyway to configure reqwest to escape anything besides ASCII?
Beta Was this translation helpful? Give feedback.
All reactions