Module url::form_urlencoded 
                   
                       [−]
                   
               [src]
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
| ByteSerialize | Return value of  | 
| Parse | The return type of  | 
| ParseIntoOwned | Like  | 
| Serializer | 
Traits
| Target | 
Functions
| byte_serialize | |
| parse | Convert a byte string in the  |