package router type Values map[string][]string func (v Values) Parse(data any) error { return GenericValues(v).Parse(data, "form") }