Another lightweight, composable and high performance web service framework for #golang

 

https://github.com/teambition/gear

Router Features:

  • Support regexp
  • Support multi-router
  • Support router layer middlewares
  • Support fixed path automatic redirection
  • Support trailing slash automatic redirection
  • Automatic handle 405 Method Not Allowed
  • Automatic handle 501 Not Implemented
  • Automatic handle OPTIONS method