Commit Graph

70 Commits

Author SHA1 Message Date
John
1399a710da 调整ghttp包示例代码目录结构,增加ghttp.Client自定义Header方法,ghttp.Cookie增加Map方法用于获得客户端提交的所有cookie值,构造成map返回 2018-06-07 09:30:21 +08:00
John
c1f5f32a5d 改进websocket示例代码 2018-06-03 00:03:14 +08:00
John
4948713ff3 修正websocket示例代码main包文件 2018-06-02 23:57:04 +08:00
John
b2c4336a4a 完成ghttp.Server对WebSocket的支持,并完成测试以及对应示例 2018-06-02 23:47:16 +08:00
John
046d1c4a5b gf/gin/beego性能测试 2018-05-28 17:02:53 +08:00
John
9ec69a6d1f gf/beego性能测试 2018-05-28 13:21:59 +08:00
John
b4711a587f gf/beego/gin性能测试对比 2018-05-27 22:07:46 +08:00
John
721503019a 完善ghttp.Server热重启特性示例,gflock示例,gproc示例,并改进gproc通信检测机制,修复写入数据文件指针未关闭问题 2018-05-18 15:45:08 +08:00
John
37e48f6f71 修复服务注册时的控制器及执行对象方法丢失问题 2018-05-18 11:01:22 +08:00
John
5bbf411741 完成ghttp.Server热重启特性的HTTP&HTTPS在Linux下的功能及稳定性测试 2018-05-16 21:27:27 +08:00
John
c739dd0ed6 ghttp.Server热重启特性在同一进程多Web Server下的稳定性测试 2018-05-14 17:35:54 +08:00
John
327c22379e ghttp.Server热重启特性测试中 2018-05-13 22:00:10 +08:00
John
d8bd344b66 完成ghttp.Server热重启特性开发以及测试工作 2018-05-13 14:23:14 +08:00
John
85020dfcc2 初步完成ghttp.Server在Linux及Windows系统下的功能及兼容性测试 2018-05-13 14:04:37 +08:00
John
3c5ed69f23 ghttp.Server热重启特性测试中 2018-05-11 23:17:25 +08:00
John
dabc789113 完成ghttp.Server热重启特性初步开发 2018-05-11 18:34:17 +08:00
John
d2491241a2 ghttp.Server热重启机制开发中 2018-05-11 12:57:05 +08:00
John
2c604a62cf 完善ghttp.Server自定义错误状态码回调函数处理示例代码 2018-05-04 16:50:54 +08:00
John
7370278da5 改进ghttp.Server自定义错误状态码设计 2018-05-04 16:07:50 +08:00
John
fa897c25bc ghttp.Server增加自定义状态码回调函数注册处理 2018-05-04 14:35:20 +08:00
John
3dc932a0cb 改进ghttp.Server Cookie示例,改进ghttp.Response.Write数据类型转换逻辑 2018-04-30 22:34:28 +08:00
John
299db4ebfe 改进ghttp.Server Session示例 2018-04-30 22:28:01 +08:00
John
982bbec818 完善ghttp.Server文件上传示例,改进ghttp.Response设计 2018-04-30 22:14:14 +08:00
John
92800a1241 ghttp.Request增加请求进入和完成时间记录,并增加到默认日志内容中 2018-04-29 23:19:02 +08:00
John
d24b69e584 修复ghttp.Server多端口监听特性,增加多端口监听示例 2018-04-29 16:52:44 +08:00
John
d16be598f6 g包中增加HTTPServer,TCPServer,UDPServer单例对象封装 2018-04-28 12:04:00 +08:00
John
98ff7cae15 ghttp.Server增加对多端口监听特性(HTTP/HTTPS),支持同一Server同时监听多端口的HTTP/HTTPS服务 2018-04-27 22:12:11 +08:00
John
f0c424f0fe 修复ghttp路由缓存问题 2018-04-25 17:11:34 +08:00
John
6826bf9c11 完善https示例,README updates 2018-04-23 22:03:11 +08:00
John
da2bb36308 完成HTTPS支持 2018-04-23 19:22:59 +08:00
John
b3f96c587e 修正web server目录安全性校验文件分隔符号处理问题 2018-04-23 17:06:50 +08:00
John
721c1091d0 改进静态文件目录安全访问控制 2018-04-23 14:20:41 +08:00
John
0b6dbf524e ghttp.Server 日志功能完善 2018-04-20 18:52:04 +08:00
John
e42bbb46f9 ghttp.Server 日志功能完善 2018-04-20 18:12:47 +08:00
John
1c29ae66be ghttp.Server 日志功能完善 2018-04-20 17:53:34 +08:00
John
79ed4165ed ghttp.Server log功能完善 2018-04-20 11:45:47 +08:00
John
9406b02fa5 ghttp.Server增加access & error log功能 2018-04-19 19:11:10 +08:00
John
5419c494f2 简化直接对模板内容的解析方法,完善TODO 2018-04-17 17:36:59 +08:00
John
847cfc6d91 完善geg示例 2018-04-17 14:20:02 +08:00
John
c7facf2f65 ghttp包增加pprof支持 2018-04-17 13:54:33 +08:00
John
a90783a91a garray开发中 2018-04-16 14:15:07 +08:00
John
15c5d5b93b 改进gconv功能,完善gconv示例,README updates 2018-04-15 10:30:59 +08:00
John
d0e999ff7b README updates 2018-04-14 21:24:42 +08:00
John
1905337b4f GetQueryString->Get 2018-04-14 12:34:11 +08:00
John
13cc2e900c ghttp.Response.WriteString -> ghttp.Response.Write,REAME updates 2018-04-14 12:20:14 +08:00
John
2979b64668 完善并改进gbinary,gconv包类型转换功能,改进ghttp.Response对象操作 2018-04-14 01:05:46 +08:00
John
0deccb98d3 完成ghttp.Server服务注册与事件回调注册的动态路由规则特性 2018-04-13 18:48:19 +08:00
John
6bd1089dc3 完成ghttp.Server动态路由规则特性,修复带HTTPMethod的服务注册规则问题 2018-04-13 16:16:12 +08:00
John
9b61727a00 初步完成ghttp动态路由特性 2018-04-13 15:19:31 +08:00
John
03478fe72d ghttp路由功能改进中 2018-04-12 18:06:42 +08:00