Closed kdeenanauth closed 7 years ago
I did not like that http.Request.ParseForm has some conditions where it would not parse the query string, so I added a new method to always bind from the URL.
http.Request.ParseForm
Under what conditions do you see http.Request.ParseForm not parsing the query string?
Thank you, @kdeenanauth.
I did not like that
http.Request.ParseForm
has some conditions where it would not parse the query string, so I added a new method to always bind from the URL.