Hi,

Having spend quite some time reading up on the available HTTP router/mux-s I a bit surprised that I couldn't find any which:

* Just used http.Handler and the Go1.7+ "context" for routing context
* Was method aware and allowed for custom methods
* Did not only allow strings as router context variables (why do most use map[string]string and at least interface{} values?
* Allowed only stating middleware for a subtree once.
* Was reasonable fast.

I'd rather not start forking and tweaking just because of small issues, so if anyone has a suggestion?

regards,
Peter

--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to