Function to_form

Source
pub fn to_form<R>(request: &R) -> String
where R: Request + ?Sized,
Available on crate feature alloc only.
Expand description

Serializes a Request to an x-www-form-urlencoded string.