We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fv, _ := form.NewEncoder().Encode(map[string]string{"a": "b"}) fmt.Printf(`the str="%s"`+"\n", fv.Encode())
the str="%5Ba%5D=b"
i will httpPost(xxx, encodeIt(x))