• Stars
    star
    6
  • Rank 2,539,965 (Top 51 %)
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created 9 months ago
  • Updated 9 months ago

Reviews

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.