Crate serde_html_form
source ·Expand description
(De-)serialization support for the application/x-www-form-urlencoded
format.
Modules
- Deserialization support for the
application/x-www-form-urlencoded
format. - Serialization support for the
application/x-www-form-urlencoded
format.
Structs
- A deserializer for the
application/x-www-form-urlencoded
format. - A serializer for the
application/x-www-form-urlencoded
format.
Functions
- Deserializes a
application/x-www-form-urlencoded
value from a&[u8]
. - Convenience function that reads all bytes from
reader
and deserializes them withfrom_bytes
. - Deserializes a
application/x-www-form-urlencoded
value from a&str
. - Serializes a value into a
application/x-www-form-urlencoded
String
buffer.