|
|
7ecf111c5e
|
完成ghttp.Server热重启特性的HTTP&HTTPS在Linux下的功能及稳定性测试
|
2018-05-16 21:27:27 +08:00 |
|
|
|
8887488f92
|
ghttp.Server热重启特性在同一进程多Web Server下的稳定性测试
|
2018-05-14 17:35:54 +08:00 |
|
|
|
f5d51d7960
|
ghttp.Server热重启特性测试中
|
2018-05-13 22:00:10 +08:00 |
|
|
|
0a5069c872
|
完成ghttp.Server热重启特性开发以及测试工作
|
2018-05-13 14:23:14 +08:00 |
|
|
|
718845def8
|
初步完成ghttp.Server在Linux及Windows系统下的功能及兼容性测试
|
2018-05-13 14:04:37 +08:00 |
|
|
|
1ac6de9627
|
ghttp.Server热重启特性测试中
|
2018-05-11 23:17:25 +08:00 |
|
|
|
6f6a5debde
|
完成ghttp.Server热重启特性初步开发
|
2018-05-11 18:34:17 +08:00 |
|
|
|
79d56bfcba
|
ghttp.Server热重启机制开发中
|
2018-05-11 12:57:05 +08:00 |
|
|
|
64003859f2
|
完善ghttp.Server自定义错误状态码回调函数处理示例代码
|
2018-05-04 16:50:54 +08:00 |
|
|
|
b449d56745
|
改进ghttp.Server自定义错误状态码设计
|
2018-05-04 16:07:50 +08:00 |
|
|
|
1d91ea492c
|
ghttp.Server增加自定义状态码回调函数注册处理
|
2018-05-04 14:35:20 +08:00 |
|
|
|
9a9d624819
|
改进ghttp.Server Cookie示例,改进ghttp.Response.Write数据类型转换逻辑
|
2018-04-30 22:34:28 +08:00 |
|
|
|
adb3856555
|
改进ghttp.Server Session示例
|
2018-04-30 22:28:01 +08:00 |
|
|
|
f33c415cad
|
完善ghttp.Server文件上传示例,改进ghttp.Response设计
|
2018-04-30 22:14:14 +08:00 |
|
|
|
319b3f6818
|
ghttp.Request增加请求进入和完成时间记录,并增加到默认日志内容中
|
2018-04-29 23:19:02 +08:00 |
|
|
|
eca987c362
|
修复ghttp.Server多端口监听特性,增加多端口监听示例
|
2018-04-29 16:52:44 +08:00 |
|
|
|
488c51b2a1
|
g包中增加HTTPServer,TCPServer,UDPServer单例对象封装
|
2018-04-28 12:04:00 +08:00 |
|
|
|
6ecda50813
|
ghttp.Server增加对多端口监听特性(HTTP/HTTPS),支持同一Server同时监听多端口的HTTP/HTTPS服务
|
2018-04-27 22:12:11 +08:00 |
|
|
|
31e71dbd72
|
修复ghttp路由缓存问题
|
2018-04-25 17:11:34 +08:00 |
|
|
|
de9e9284bb
|
完善https示例,README updates
|
2018-04-23 22:03:11 +08:00 |
|
|
|
3512344d35
|
完成HTTPS支持
|
2018-04-23 19:22:59 +08:00 |
|
|
|
9f8c5d7332
|
修正web server目录安全性校验文件分隔符号处理问题
|
2018-04-23 17:06:50 +08:00 |
|
|
|
329b1b1543
|
改进静态文件目录安全访问控制
|
2018-04-23 14:20:41 +08:00 |
|
|
|
542b478b78
|
ghttp.Server 日志功能完善
|
2018-04-20 18:52:04 +08:00 |
|
|
|
f5cda5defb
|
ghttp.Server 日志功能完善
|
2018-04-20 18:12:47 +08:00 |
|
|
|
030c05b0d5
|
ghttp.Server 日志功能完善
|
2018-04-20 17:53:34 +08:00 |
|
|
|
05741aadda
|
ghttp.Server log功能完善
|
2018-04-20 11:45:47 +08:00 |
|
|
|
9ce671b051
|
ghttp.Server增加access & error log功能
|
2018-04-19 19:11:10 +08:00 |
|
|
|
32a4ef1a9e
|
简化直接对模板内容的解析方法,完善TODO
|
2018-04-17 17:36:59 +08:00 |
|
|
|
172919784e
|
完善geg示例
|
2018-04-17 14:20:02 +08:00 |
|
|
|
531d47c487
|
ghttp包增加pprof支持
|
2018-04-17 13:54:33 +08:00 |
|
|
|
7faac06ad2
|
garray开发中
|
2018-04-16 14:15:07 +08:00 |
|
|
|
20b04016c3
|
改进gconv功能,完善gconv示例,README updates
|
2018-04-15 10:30:59 +08:00 |
|
|
|
e135f308f8
|
README updates
|
2018-04-14 21:24:42 +08:00 |
|
|
|
2b9fbf8bf1
|
GetQueryString->Get
|
2018-04-14 12:34:11 +08:00 |
|
|
|
7f8066585f
|
ghttp.Response.WriteString -> ghttp.Response.Write,REAME updates
|
2018-04-14 12:20:14 +08:00 |
|
|
|
206dabcf9a
|
完善并改进gbinary,gconv包类型转换功能,改进ghttp.Response对象操作
|
2018-04-14 01:05:46 +08:00 |
|
|
|
9c8d48bf03
|
完成ghttp.Server服务注册与事件回调注册的动态路由规则特性
|
2018-04-13 18:48:19 +08:00 |
|
|
|
4c782af70f
|
完成ghttp.Server动态路由规则特性,修复带HTTPMethod的服务注册规则问题
|
2018-04-13 16:16:12 +08:00 |
|
|
|
f3f141286b
|
初步完成ghttp动态路由特性
|
2018-04-13 15:19:31 +08:00 |
|
|
|
bfc01dfd6c
|
ghttp路由功能改进中
|
2018-04-12 18:06:42 +08:00 |
|
|
|
f979ec40bc
|
ghttp路由优先级改进
|
2018-04-11 16:06:45 +08:00 |
|
|
|
e4656cdc51
|
ghttp路由功能改进
|
2018-04-11 12:05:25 +08:00 |
|
|
|
d202196f46
|
ghttp组件优化
|
2018-04-10 10:32:37 +08:00 |
|
|
|
51b07fec71
|
改进ghttp事件回调名称
|
2018-04-09 18:51:46 +08:00 |
|
|
|
db9105b933
|
ghttp.Server增加事件回调特性,去掉Request ID生成器,采用性能更高的gtype包实现请求ID生成
|
2018-04-09 17:55:46 +08:00 |
|
|
|
3f4174bfbc
|
完善ghttp客户端示例
|
2018-01-11 17:05:10 +08:00 |
|
|
|
db1a55b9f4
|
完成ghttp客户端测试,文件上传客户端及服务端测试,version 0.90beta -> 0.91beta
|
2018-01-11 16:06:42 +08:00 |
|
|
|
bd274ea83d
|
ghttp post及文件上传调试
|
2018-01-10 18:20:32 +08:00 |
|
|
|
366b328ee6
|
TCPServer示例调整
|
2018-01-09 10:14:24 +08:00 |
|