flow icon indicating copy to clipboard operation
flow copied to clipboard

A delightfully tiny but powerful HTTP router for Go web applications

Results 4 flow issues
Sort by recently updated
recently updated
newest added

Very cool! I like this a lot. I wrote [my own router](https://github.com/carlmjohnson/rootdown) which is also a sort of stripped down take on Chi/Way/httprouter. It's interesting to see more versions of...

Very nice router! I like it very much. Have a question. How can I mount multiple sets of routes like `chi.Mount()` does. For example I have some subdomens/components, each with...

Improve params handling. See conversations here: https://github.com/danielgtaylor/huma/pull/411

### **Problem:** The current implementation of the HTTP router suffers from redundancy and inefficiencies, particularly in route handling. Routes with the same path but different HTTP methods or handlers lead...