Versions in this module Expand all Collapse all v1 v1.1.0 May 8, 2023 v1.0.0 Sep 1, 2018 Changes in this version + var Strict = false + func AppendTo(values *Values, i interface{}) + func AppendToPrefixed(values *Values, i interface{}, keyParts []string) + func FormatKey(parts []string) string + type Appender interface + AppendTo func(values *Values, keyParts []string) + type Values struct + func (f *Values) Add(key, val string) + func (f *Values) Empty() bool + func (f *Values) Encode() string + func (f *Values) Get(key string) []string + func (f *Values) Set(key, val string) + func (f *Values) ToValues() url.Values