|
|
97df154b78
|
gofmt
|
2019-06-19 09:06:52 +08:00 |
|
|
|
abaef9ba87
|
add gtree.RedBlackTree container
|
2019-05-10 13:38:06 +08:00 |
|
|
|
fdfefbb94d
|
add default value feature for gjson/gparser; update default value type for ghttp.Request
|
2019-05-09 14:19:27 +08:00 |
|
|
|
c170edbdfc
|
add ghttp.Request.GetUrl to get current request URL
|
2019-05-06 13:52:34 +08:00 |
|
|
|
9bc49c0b29
|
add logging for error in ghttp.Request
|
2019-03-22 14:31:02 +08:00 |
|
|
|
11c89c4090
|
fix issue in GetOrSetFuncLock of gmap/gcache; add gutil.IsEmpty/Export functions
|
2019-03-21 18:20:20 +08:00 |
|
|
|
c2046157d6
|
add ghttp.Request.GetRawString function
|
2019-02-27 21:17:56 +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 |
|
|
|
08d71cede3
|
merge qiangg_php
|
2019-02-01 00:04:34 +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 |
|
|
|
a488d1dbf7
|
ghttp updates
|
2019-01-24 13:40:48 +08:00 |
|
|
|
a4ad301b44
|
fulfil logics of Exit* funcs of ghttp
|
2019-01-16 20:27:58 +08:00 |
|
|
|
018853e976
|
optimize WebServer in hook priority handler and request exit mechanism
|
2019-01-13 00:43:36 +08:00 |
|
|
|
f5b2556b70
|
up
|
2018-12-28 21:44:36 +08:00 |
|
|
|
5e7e1077a1
|
性能改进
|
2018-11-23 09:20:45 +08:00 |
|
|
|
9e1ad46c90
|
改进ghttp.Request,增加SetParam/GetParam请求流程自定义变量方法;gvar模块增加VarRead只读接口
|
2018-11-19 21:11:43 +08:00 |
|
|
|
e8101cb02f
|
性能改进中
|
2018-11-16 18:20:09 +08:00 |
|
|
|
61bc9dbd92
|
改进ghttp.Request.Exit,使得调用该方法时立即退出业务执行,开发者无需调用Exit方法时再使用return返回;glog模块增加To链式操作方法,执行下一次写入的writer
|
2018-11-06 18:53:25 +08:00 |
|
|
|
c4ef89eda3
|
改进gfile在开发环境下的main包绝对路径获取方式;ghttp.Request增加idFileServe属性
|
2018-10-29 13:59:06 +08:00 |
|
|
|
7fbbf09b0e
|
新增go modules支持,自行管理第三方包依赖,方便开发者使用
|
2018-10-22 11:13:00 +08:00 |
|
|
|
f0c4068448
|
完成gvar包的开发,并改进相关依赖包
|
2018-10-09 13:33:00 +08:00 |
|
|
|
845b954d0e
|
gconv增加Ints/Floats/Interfaces转换方法,完善gconv.Struct方法封装,改进相关依赖包对gconv的引用
|
2018-10-09 10:05:55 +08:00 |
|
|
|
786402ca7e
|
ghttp.Request增加获取用户真实IP判断
|
2018-08-31 18:51:45 +08:00 |
|
|
|
19530a0ed7
|
ghttp.Server修复hook与serve方法的路由影响,并新增跳转方法
|
2018-08-24 14:57:49 +08:00 |
|
|
|
684e6d2940
|
改进Web Server静态文件与服务的优先级判断
|
2018-08-23 00:31:14 +08:00 |
|
|
|
13d6fc00a2
|
ghttp gzip特性开发中
|
2018-08-22 19:56:01 +08:00 |
|
|
|
c3b1105257
|
up
|
2018-08-19 22:45:23 +08:00 |
|
|
|
4315dd3646
|
up
|
2018-08-17 18:21:10 +08:00 |
|
|
|
84a423329c
|
优化ghttp.ServerConfig配置,增加struct/method名称到uri的转换规则,通过SetNameToUri方法进行灵活配置
|
2018-08-12 12:22:02 +08:00 |
|
|
|
67855a5b79
|
ghttp增加输入参数与struct的绑定机制,并增加对应params标签支持
|
2018-08-12 10:50:03 +08:00 |
|
|
|
594bd935c7
|
将gutil.MapToStruct方法迁移到gconv包中,并增加gconv的struct tag支持
|
2018-08-11 22:11:40 +08:00 |
|
|
|
19606b8638
|
ghttp路由功能改进中
|
2018-07-29 22:01:29 +08:00 |
|
|
|
9f75d6c764
|
gregx包名修改为gregex
|
2018-07-11 17:06:47 +08:00 |
|
|
|
b2c4336a4a
|
完成ghttp.Server对WebSocket的支持,并完成测试以及对应示例
|
2018-06-02 23:47:16 +08:00 |
|
|
|
046d1c4a5b
|
gf/gin/beego性能测试
|
2018-05-28 17:02:53 +08:00 |
|
|
|
7d91986931
|
改进ghttp包文件命名,增加gbase64示例,ghttp.Server热重启特性开发中
|
2018-05-06 22:35:08 +08:00 |
|