CleverGo Web Framework v1.10.0 Release Notes

Release Date: 2020-04-11 // about 4 years ago
    • ๐Ÿšš Move contextPool out from router.
    • โž• Add middlewareStatePool.
    • โž• Add Context.DefaultQuery.
    • Router.ServeFiles accepts route options.
    • โž• Add Context.ServeFile: a shortcut of http.ServeFile.
    • โž• Add Context.ServeContent: a shortcut of http.ServeContent.
    • โž• Add Context.BasicAuth: a shortcut of http.Request.BasicAuth.
    • โž• Add Context.SendFile: sends a file to browser.