1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 08:40:39 +00:00

Merge branch 'master' of git://github.com/astaxie/beego

This commit is contained in:
Unknown
2013-04-20 14:52:20 -04:00
2 changed files with 5 additions and 1 deletions

View File

@ -891,6 +891,10 @@ beego中带有很多可配置的参数我们来一一认识一下它们
* MaxMemory
文件上传默认内存缓存大小默认值是`1 << 26`(64M)
* EnableGzip
是否开启gzip支持默认为false不支持gzip一旦开启了gzip那么在模板输出的内容会进行gzip或者zlib压缩根据用户的Accept-Encoding来判断
## 第三方应用集成
beego支持第三方应用的集成用户可以自定义`http.Handler`,用户可以通过如下方式进行注册路由