Commit Graph

90 Commits

Author SHA1 Message Date
3039aaf78e ghttp.Server 日志功能完善 2018-04-20 15:43:02 +08:00
79ed4165ed ghttp.Server log功能完善 2018-04-20 11:45:47 +08:00
9406b02fa5 ghttp.Server增加access & error log功能 2018-04-19 19:11:10 +08:00
3a3c35d28a ghttp.Server文件处理完善 2018-04-19 14:58:25 +08:00
6f031a1a72 完善ghttp.Server注释,修复gqueue数量限制功能 2018-04-19 14:29:19 +08:00
b3c672b08b ghttp.Server启动失败时增加报错提醒,完善glog backtrace信息,增加g.Map类型 2018-04-19 13:41:06 +08:00
12f3762f0a 完善代码 2018-04-18 10:17:05 +08:00
99c9854b1e 模板引擎增加变量暴露接口,修正ghttp RESTful注册问题 2018-04-18 10:15:07 +08:00
23cbfda066 ghttp.Cookie增加对httpOnly属性的支持 2018-04-18 09:02:12 +08:00
5419c494f2 简化直接对模板内容的解析方法,完善TODO 2018-04-17 17:36:59 +08:00
712a92edd0 ghttp包增加pprof支持 2018-04-17 14:08:45 +08:00
c7facf2f65 ghttp包增加pprof支持 2018-04-17 13:54:33 +08:00
eb2179bee8 修正模糊匹配规则 2018-04-16 21:37:16 +08:00
98542cefaa 修复模糊匹配路由规则 2018-04-16 18:26:35 +08:00
8a0bee1ac7 jsonp does not need Content-Type of application/json 2018-04-16 17:15:06 +08:00
77f42cccc4 gscanner修正gip包名称 2018-04-16 17:01:05 +08:00
2412b23906 ghttp.Request增加Exit 2018-04-16 16:50:26 +08:00
38ba66db70 ghttp.Request增加Exit 2018-04-16 16:50:24 +08:00
83988d4a2b 路由规则完善 2018-04-16 16:23:34 +08:00
b3eccd0633 ghttp.Response增加WriteJsonP及SetAllowCrossDomainRequest方法 2018-04-16 14:33:25 +08:00
15c5d5b93b 改进gconv功能,完善gconv示例,README updates 2018-04-15 10:30:59 +08:00
1905337b4f GetQueryString->Get 2018-04-14 12:34:11 +08:00
13cc2e900c ghttp.Response.WriteString -> ghttp.Response.Write,REAME updates 2018-04-14 12:20:14 +08:00
2979b64668 完善并改进gbinary,gconv包类型转换功能,改进ghttp.Response对象操作 2018-04-14 01:05:46 +08:00
0deccb98d3 完成ghttp.Server服务注册与事件回调注册的动态路由规则特性 2018-04-13 18:48:19 +08:00
6bd1089dc3 完成ghttp.Server动态路由规则特性,修复带HTTPMethod的服务注册规则问题 2018-04-13 16:16:12 +08:00
9b61727a00 初步完成ghttp动态路由特性 2018-04-13 15:19:31 +08:00
03478fe72d ghttp路由功能改进中 2018-04-12 18:06:42 +08:00
7b9813ee76 gjson包改进,功能修复中 2018-04-12 14:09:33 +08:00
b0dc9064e0 ghttp路由优先级改进 2018-04-11 16:06:45 +08:00
3bb3d27009 ghttp路由功能改进 2018-04-11 12:05:25 +08:00
24b8c2459e ghttp组件优化 2018-04-10 10:32:37 +08:00
c4b9144d45 改进ghttp事件回调名称 2018-04-09 18:51:46 +08:00
88cde11fb5 改进ghttp.Request.parsedPost为*gtype.Bool类型,以保证并发安全性 2018-04-09 18:00:39 +08:00
fdefc0f822 ghttp.Server增加事件回调特性,去掉Request ID生成器,采用性能更高的gtype包实现请求ID生成 2018-04-09 17:55:46 +08:00
0b877184a4 ghttp.Server事件整理开发 2018-04-09 00:06:09 +08:00
d5a35164e5 改进ghttp回调检索方法,域名对象增加Hook方法 2018-04-08 23:47:40 +08:00
9ae62ee0cf 改进并优化ghttp hook封装 2018-03-14 22:25:36 +08:00
2ff5698845 ghttp增加Init&Shut回调函数注册功能,gmap增加SetWithDefault方法 2018-03-13 17:57:41 +08:00
5ea70888fe 改进ghttp请求处理,将请求资源关闭操作机制改进为异步队列处理 2018-03-13 14:41:49 +08:00
2936ed9509 完善注释 2018-02-27 10:51:18 +08:00
aff6d0bd30 目录调整,便于文档工具生成 2018-02-26 17:12:48 +08:00
84ddf73cb4 初步完善gjson功能,新增gparser包,用于编码/解析json,xml,yaml,toml数据格式内容 2018-01-23 15:02:42 +08:00
36ab7a0b05 完成ghttp客户端测试,文件上传客户端及服务端测试,version 0.90beta -> 0.91beta 2018-01-11 16:06:42 +08:00
93d0c1d4c5 ghttp post及文件上传调试 2018-01-10 18:20:32 +08:00
86440dfe59 完善ghttp服务注册 2018-01-08 11:38:31 +08:00
ce3b573c67 改进路由解析优先级设计,完善MVC示例代码 2018-01-03 15:27:43 +08:00
db71e4c1d1 完善包注释,便于godoc管理 2018-01-03 11:04:47 +08:00
05b76a14c0 完善包注释,便于godoc管理 2018-01-03 10:38:53 +08:00
0092365481 类型转换包完善 2018-01-03 10:23:37 +08:00