Convert a list of ‘key=value’ strings to a dict.
| Raises : | q_exc.InvalidInput if any of the strings are malformed (e.g. do not contain a key) or if any of the keys appear more than once. |
|---|
Convert a value of the form ‘key=value’ to [‘key’, ‘value’].
| Raises : | q_exc.InvalidInput if any of the strings are malformed (e.g. do not contain a key). |
|---|