Skip to content

v0.0.5

Choose a tag to compare

@2hmad 2hmad released this 08 Apr 11:48
· 127 commits to master since this release

πŸš€ New

  • Support middlewares
router.Get("/profile", func(ctx *Context) error {
  ctx.String("hello world!")
  return nil
})

router.Use("Get", CORSMiddleware())