Commit Graph

13 Commits

Author SHA1 Message Date
John
592bf76eb0 add browser mode support for ghttp.Client.Post 2019-05-23 21:20:46 +08:00
John
66e40155a9 add http/https scheme for log of ghttp.Server; add transport setting to ignore tls cert for ghttp.Client; version updates 2019-05-06 09:35:39 +08:00
John
9eea93cc6e change param type from string to interface{} for ghttp.ClientRequest 2019-04-23 20:12:44 +08:00
John
c9d2d5e8ab add configuration support for maxIdle/maxActive/idleTimeout/maxConnLifetime of gredis; update gjson.Append/Len functions; add more unit test cases for gredis/gins/gstr/gjson 2019-03-21 00:14:23 +08:00
John
24ce4d098e ghttp.Client updates; add more unit test cases for web server 2018-12-31 00:22:18 +08:00
John
98619f9bc9 add more unit test cases for web server 2018-12-30 22:02:46 +08:00
john
fd644fb2a9 修复ghttp.BindParams对@file文件上传标识符的转义问题 2018-09-26 18:44:30 +08:00
John
0ddfdae20c 修复gdb查询缓存失效问题 2018-07-23 19:17:17 +08:00
John
7a98f3e442 ghttp.Client增加HTTP账号密码验证功能 2018-07-23 11:16:21 +08:00
John
1399a710da 调整ghttp包示例代码目录结构,增加ghttp.Client自定义Header方法,ghttp.Cookie增加Map方法用于获得客户端提交的所有cookie值,构造成map返回 2018-06-07 09:30:21 +08:00
John
046d1c4a5b gf/gin/beego性能测试 2018-05-28 17:02:53 +08:00
John
94cdc8b8a0 去掉ghttp客户端调试语句 2018-05-27 22:09:19 +08:00
John
7d91986931 改进ghttp包文件命名,增加gbase64示例,ghttp.Server热重启特性开发中 2018-05-06 22:35:08 +08:00