Module serde_urlencoded::de

source ยท
Expand description

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

Macrosยง

Structsยง

Functionsยง

  • Deserializes a application/x-www-form-urlencoded value from a &[u8].
  • Convenience function that reads all bytes from reader and deserializes them with from_bytes.
  • Deserializes a application/x-www-form-urlencoded value from a &str.