Use new client.Values type
This release includes a breaking change to use a new local package type client.Values
to use in place of the stdlib url.Values
.
This does the work of maintaining order of multi-value slice fields, properly formatting the field key names like name.N, etc.