mirror of
https://github.com/astaxie/beego.git
synced 2025-01-22 19:17:13 +00:00
MrLee.Kun
2af0c569a5
The last filterFunc with returnOnOutput=ture won't be executed
ex: beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck1,false) beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck2) In function FilterLoginCheck1 , I'll write data via ResponseWriter, and w.started = true FilterLoginCheck2 won't be executed, it should be.
Beego
beego is an open-source, high-performance, modular, full-stack web framework.
More info beego.me
Installation
go get github.com/astaxie/beego
Features
- RESTful support
- MVC architecture
- Modularity
- Auto API documents
- Annotation router
- Namespace
- Powerful development tools
- Full stack for Web & API
Documentation
Community
LICENSE
beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).
Description
Languages
Go
99.6%
Shell
0.4%