Skip to main content

write_form_urlencoded

Function write_form_urlencoded 

Source
pub fn write_form_urlencoded<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the application/x-www-form-urlencoded encoded form of input to out.

see for_form_urlencoded for encoding rules.