rcrowley / go-tigertonic

A Go framework for building JSON web services inspired by Dropwizard
Other
997 stars 79 forks source link

extend Marshaler to DELETE requests #100

Closed ikaros closed 6 years ago

ikaros commented 6 years ago

HTTP 1.1 specification (RFC 7231) explicitly permits an entity body in a DELETE request:

A payload within a DELETE request message has no defined semantics; sending a payload body on a DELETE request might cause some existing implementations to reject the request.

tigertonic doesn't need to be one of this implementations :-)