# Functions
EncodeValuesSimplified is a shorthand for building and encoded query string.
GetValueDef tries to get a key from url.Values, returns def if not found.
MustEdit parses the given URL, calls f to allow mutations, and then converts the URL back to string.
MustParse is like url.Parse but panics on error.