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