John
|
fa897c25bc
|
ghttp.Server增加自定义状态码回调函数注册处理
|
2018-05-04 14:35:20 +08:00 |
|
John
|
d24b69e584
|
修复ghttp.Server多端口监听特性,增加多端口监听示例
|
2018-04-29 16:52:44 +08:00 |
|
John
|
98ff7cae15
|
ghttp.Server增加对多端口监听特性(HTTP/HTTPS),支持同一Server同时监听多端口的HTTP/HTTPS服务
|
2018-04-27 22:12:11 +08:00 |
|
John
|
da2bb36308
|
完成HTTPS支持
|
2018-04-23 19:22:59 +08:00 |
|
John
|
b0a261cb02
|
完善gpage示例,README updates
|
2018-04-23 11:20:48 +08:00 |
|
John
|
654bfe44a3
|
完成gpage分页包开发以及示例代码测试
|
2018-04-22 22:17:20 +08:00 |
|
John
|
16be73a5c1
|
改进ORM操作
|
2018-04-20 23:23:42 +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
|
9406b02fa5
|
ghttp.Server增加access & error log功能
|
2018-04-19 19:11:10 +08:00 |
|
John
|
6f031a1a72
|
完善ghttp.Server注释,修复gqueue数量限制功能
|
2018-04-19 14:29:19 +08:00 |
|
John
|
b3c672b08b
|
ghttp.Server启动失败时增加报错提醒,完善glog backtrace信息,增加g.Map类型
|
2018-04-19 13:41:06 +08:00 |
|
John
|
15c5d5b93b
|
改进gconv功能,完善gconv示例,README updates
|
2018-04-15 10:30:59 +08:00 |
|
John
|
13cc2e900c
|
ghttp.Response.WriteString -> ghttp.Response.Write,REAME updates
|
2018-04-14 12:20:14 +08:00 |
|
John
|
0deccb98d3
|
完成ghttp.Server服务注册与事件回调注册的动态路由规则特性
|
2018-04-13 18:48:19 +08:00 |
|
John
|
9b61727a00
|
初步完成ghttp动态路由特性
|
2018-04-13 15:19:31 +08:00 |
|
John
|
03478fe72d
|
ghttp路由功能改进中
|
2018-04-12 18:06:42 +08:00 |
|
John
|
7b9813ee76
|
gjson包改进,功能修复中
|
2018-04-12 14:09:33 +08:00 |
|
John
|
b0dc9064e0
|
ghttp路由优先级改进
|
2018-04-11 16:06:45 +08:00 |
|
John
|
3bb3d27009
|
ghttp路由功能改进
|
2018-04-11 12:05:25 +08:00 |
|
John
|
24b8c2459e
|
ghttp组件优化
|
2018-04-10 10:32:37 +08:00 |
|
John
|
fdefc0f822
|
ghttp.Server增加事件回调特性,去掉Request ID生成器,采用性能更高的gtype包实现请求ID生成
|
2018-04-09 17:55:46 +08:00 |
|
John
|
0b877184a4
|
ghttp.Server事件整理开发
|
2018-04-09 00:06:09 +08:00 |
|
John
|
9ae62ee0cf
|
改进并优化ghttp hook封装
|
2018-03-14 22:25:36 +08:00 |
|
John
|
2ff5698845
|
ghttp增加Init&Shut回调函数注册功能,gmap增加SetWithDefault方法
|
2018-03-13 17:57:41 +08:00 |
|
John
|
5ea70888fe
|
改进ghttp请求处理,将请求资源关闭操作机制改进为异步队列处理
|
2018-03-13 14:41:49 +08:00 |
|
John
|
86440dfe59
|
完善ghttp服务注册
|
2018-01-08 11:38:31 +08:00 |
|
John
|
05b76a14c0
|
完善包注释,便于godoc管理
|
2018-01-03 10:38:53 +08:00 |
|
John
|
d4f992bfc4
|
改进ghttp传递给注册函数的参数,简化使用
|
2018-01-02 15:52:32 +08:00 |
|
John
|
762e2c8dea
|
完善示例,改进ghttp控制器方法注册
|
2017-12-31 23:44:10 +08:00 |
|
John
|
59a7510edb
|
完善注释
|
2017-12-31 18:19:58 +08:00 |
|
John
|
63694dc7e7
|
改进cookie, session, ghttp关系,便于调用管理
|
2017-12-30 23:49:55 +08:00 |
|
John
|
a2c5b4617b
|
完善控制器demo
|
2017-12-30 18:35:24 +08:00 |
|
John
|
f50059f584
|
http/tcp/udp server封装结构优化
|
2017-12-30 17:09:00 +08:00 |
|
John
|
b3411a95b2
|
MIT
|
2017-12-29 16:03:30 +08:00 |
|
John
|
6fb3366edd
|
完成路由管理器
|
2017-12-28 15:21:25 +08:00 |
|
John
|
3248234067
|
ghttp支持绑定实例化对象
|
2017-12-26 11:46:48 +08:00 |
|
John
|
0dbd904dfb
|
改进ghttp server方法注册设计
|
2017-12-26 10:13:49 +08:00 |
|
John
|
f9d09b5f7a
|
ghttp server增加SetAddr方法
|
2017-12-25 17:29:06 +08:00 |
|
John
|
03109055c1
|
gmvc配置管理开发
|
2017-12-19 17:33:12 +08:00 |
|
John
|
6ee93e7414
|
新增环境变量管理工具genv,完善gmvc配置管理功能
|
2017-12-18 10:42:59 +08:00 |
|
John
|
3ab3a61dfa
|
MVC继承层级调整,配置管理、数据库管理核心组件封装
|
2017-12-14 17:32:51 +08:00 |
|
John
|
a579d1715d
|
完成mvc视图功能的开发及基本测试
|
2017-12-13 16:45:00 +08:00 |
|
John
|
e228ca5713
|
完成控制器反射功能测试
|
2017-12-13 11:36:29 +08:00 |
|
John
|
20511c5bcd
|
ghttp cookie开发,控制器增加反射,正在调试控制器指针对象反射功能
|
2017-12-12 17:25:50 +08:00 |
|
John
|
ed8356c942
|
gsession开发
|
2017-12-11 18:21:30 +08:00 |
|
John
|
578dc19411
|
ghttp server增加多域名支持,gmvc增加视图支持
|
2017-12-11 17:16:59 +08:00 |
|
John
|
3155439f15
|
ghttp server易用性完善
|
2017-12-08 12:03:21 +08:00 |
|
John
|
44e3877a71
|
改进ghttp接口
|
2017-12-07 17:34:51 +08:00 |
|
John
|
42cf55eee8
|
完善ghttp,gcache功能
|
2017-12-07 14:57:16 +08:00 |
|