rs / xmux

xmux is a httprouter fork on top of xhandler (net/context aware)
Other
98 stars 11 forks source link

Add {mix,group}.HandleFuncC #4

Closed Thomasdezeeuw closed 8 years ago

Thomasdezeeuw commented 8 years ago

This accepts as argument xhandler.HandlerFuncC, rather then http.HandlerFunc.

Thomasdezeeuw commented 8 years ago

If you would accept a pull request like this, I'll write some docs and tests for it.

rs commented 8 years ago

Thx for your contrib. If you add docs and test, I will accept it yes.

Thomasdezeeuw commented 8 years ago

I split up the changes in several commits, so you might want to squash them when accepting the pr.

rs commented 8 years ago

Thx