There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Extend http.ServeMux. It adds route grouping feature. It helps to organize routes in a better way. You can add middlewares to multiple routes at once. Also, you can add a prefix to multiple routes at once.