Function form_urlencoded::byte_serialize
source · pub fn byte_serialize(input: &[u8]) -> ByteSerialize<'_> ⓘ
Expand description
The application/x-www-form-urlencoded
byte serializer.
Return an iterator of &str
slices.
pub fn byte_serialize(input: &[u8]) -> ByteSerialize<'_> ⓘ
The application/x-www-form-urlencoded
byte serializer.
Return an iterator of &str
slices.