mholt / binding

Reflectionless data binding for Go's net/http (not actively maintained)
http://mholt.github.io/binding
MIT License
795 stars 84 forks source link

URL method dedicated for query string binding #48

Closed kdeenanauth closed 7 years ago

kdeenanauth commented 8 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.

bhcleek commented 7 years ago

Under what conditions do you see http.Request.ParseForm not parsing the query string?

bhcleek commented 7 years ago

Thank you, @kdeenanauth.