martini-contrib / binding

Martini handler for mapping and validating a raw request into a structure.
MIT License
140 stars 47 forks source link

merge request.Form to MultipartForm.value when calling BindMultipartForm #15

Closed wuyongzhi closed 10 years ago

mholt commented 10 years ago

Interesting, okay -- cool. Could you write tests to assert the behavior is in fact correct, before I merge it in?

mholt commented 10 years ago

The binding package is being renovated a little bit (especially in the tests) and we're getting ready to settle down on a first version... since this has been idle for a while, I'm closing this PR. When the tests are re-written, they'll hopefully be less intimidating!

If this PR is still something you'd like to see merged in, could you provide a little explanation as well? To me, its purpose and benefits are not immediately obvious.