stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

Support X-HTTP-Method-Override to override the current method #85

Closed tgreiser closed 10 years ago

tgreiser commented 10 years ago

Not all HTTP libraries support all the HTTP methods, so this allows a header to be set to override the given method.

tylerstillwater commented 10 years ago

Please add a test proving the override functionality.