pub fn unicode_encode(payload: &str) -> StringExpand description
Unicode encoding — each character becomes \uXXXX.
Context: ONLY safe when the target parser performs JSON/JavaScript decoding. Using this on raw HTTP parameters will send a literal backslash-u sequence.