martini-contrib / binding

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

Support of method PATCH like a PUT and POST #49

Closed lukashes closed 8 years ago

lukashes commented 8 years ago

In case of PATCH request with application/json body we cant bind data. But PATCH method is supported by martini.