Expand description
x-www-form-urlencoded
meets Serde
Modules§
- de
- Deserialization support for the
application/x-www-form-urlencoded
format. - ser
- Serialization support for the
application/x-www-form-urlencoded
format.
Structs§
- Deserializer
- A deserializer for the
application/x-www-form-urlencoded
format. - Serializer
- A serializer for the
application/x-www-form-urlencoded
format.
Functions§
- from_
bytes - Deserializes a
application/x-www-form-urlencoded
value from a&[u8]
. - from_
reader - Convenience function that reads all bytes from
reader
and deserializes them withfrom_bytes
. - from_
str - Deserializes a
application/x-www-form-urlencoded
value from a&str
. - to_
string - Serializes a value into a
application/x-www-form-urlencoded
String
buffer.