stretchr / goweb

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

Controllers should support their own Before and After handlers #12

Closed matryer closed 11 years ago

matryer commented 11 years ago

Defining Before and After in a controller class should cause these methods to be mapped appropriately.