Il giorno giovedì 5 gennaio 2017 21:58:18 UTC+1, v.pu...@gmail.com ha 
scritto:
>
> You can try: 
> https://github.com/pressly/chi


These routers all have the same problems:

* Non standard coding style (some seems to not use go fmt)
* Registering a GET handler does not also register an HEAD handler ( 
https://github.com/bmizerany/pat: is an exception)
* They only support standard HTTP method; but what about if I want to use 
other methods?
* Some, like chi, are over- engineered (IMHO, of course).
   chi Router interface is absurd; interfaces should not be that big.


Thanks
Manlio

-- 
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