Crate form_urlencoded

Source
Expand description

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.

Converts between a string (such as an URLโ€™s query string) and a sequence of (name, value) pairs.

Structsยง

Traitsยง

Functionsยง

Type Aliasesยง