Module serde_urlencoded::de [] [src]

Deserialization support for the application/x-www-form-urlencoded format.

Structs

Deserializer

A deserializer for the application/x-www-form-urlencoded format.

Error

This represents all the possible errors that can occur using the ValueDeserializer.

Functions

from_bytes

Deserializes a application/x-wwww-url-encoded value from a &[u8].

from_reader

Convenience function that reads all bytes from reader and deserializes them with from_bytes.

from_str

Deserializes a application/x-wwww-url-encoded value from a &str.