VividCortex / siesta

Composable framework for writing HTTP handlers in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an interface for contextHandler

Preetam opened this issue · comments

Instead of contextHandler being a function type, I think it should be an interface like http.Handler. That would make things a little more conventional.