stretchr / goweb

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

make controller mapping methods configurable #59

Closed matryer closed 10 years ago

matryer commented 10 years ago

e.g

controller.RestfulUpdaterMethod = "POST"
matryer commented 10 years ago

See https://github.com/stretchr/goweb/pull/60 - please comment