Crate serde_urlencoded
source · [−]Expand description
x-www-form-urlencoded meets Serde
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-wwww-url-encoded value from a &[u8].
Convenience function that reads all bytes from reader and deserializes
them with from_bytes.
Deserializes a application/x-wwww-url-encoded value from a &str.
Serializes a value into a application/x-wwww-url-encoded String buffer.