Commit Graph

20 Commits

Author SHA1 Message Date
97df154b78 gofmt 2019-06-19 09:06:52 +08:00
d1f0fa1a47 fix issue in concurrent safety for gview.Parse; rename glog.*fln functions to glog.*f 2019-06-05 20:22:57 +08:00
308cb55b6b version updates 2019-04-23 19:44:28 +08:00
f258b5bf1c change logging level from error to debug in route regitsry for struct for ghttp package; handle possible overrange usage of r.URL.Path in ghttp.Server 2019-03-31 20:52:30 +08:00
83be1de04c remove error returns from router registry functions of WebServer; add more unit test cases for WebServer 2019-03-06 15:21:00 +08:00
f92c1fc527 update CORS feature of ghttp.Response; add more unit cases for ghttp.Server 2019-03-01 23:45:55 +08:00
5d37626981 hot fix issue in router registry 2019-02-28 14:07:00 +08:00
7058e4f2c4 fix issue of router group in auto-adding 'index' router for controller and object 2019-02-26 22:21:57 +08:00
76c49170bd change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
6c6c64bb3b rename category string to text 2019-02-01 20:45:11 +08:00
85677b952f fulfil funcs of gstr/gset/garray; move gstr/gregex to the string category; move gtest to the test category 2019-01-30 21:27:03 +08:00
344132dde9 调整服务注册时不符合接口定义的错误日志方式: glog.Warning->glog.Error 2018-11-01 08:37:23 +08:00
ee1df4d0e5 服务注册时增加方法定义判断;模板引擎增加strlimit/hidestr/highlight/toupper/tolower/nl2br内置模板函数 2018-10-31 22:39:58 +08:00
77e13a9a16 修复路由表打印特性时引起的控制器注册方式BindControllerMethod失效问题 2018-10-22 09:31:59 +08:00
946e3a9e0d Web Server增加启动时的路由展示特性,开发中 2018-10-17 10:09:42 +08:00
85157c8708 ghttp对象路由注册增加Init&Shut自动回调方法;ghttp增加重复路由注册检测功能;gfsnotify增加默认递归Add/Remove特性 2018-08-19 11:25:15 +08:00
1b69184999 up 2018-08-17 19:01:49 +08:00
21a758b3a2 调整BindControllerMethod及BindObjectMethod逻辑为绑定路由到指定的方法执行 2018-08-16 21:33:47 +08:00
e6d1a89d9f 修复控制器和执行对象绑定'/'路由的问题 2018-08-08 19:03:48 +08:00
c1d84c2a67 ghttp.Request增加对GET/POST/Router参数的设置功能 2018-07-31 21:05:02 +08:00