Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@dxvgef dxvgef released this 01 Nov 20:33
· 3 commits to master since this release
  • API命名尽量与Gin靠近,减少代码迁移成本
    • RouterGroup.Before()改为RouterGroup.Use()`
    • Context.Break()改为Context.Abort()
    • 增加Context.IsAborted()
  • 增加后置处理器Config.AfterHandler,用于实现After Hook
  • 其它代码优化