Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
### http
#### Version 1.3.0
> 1.去掉了handle.go
> 2.server2.go改成serve.goServer2方法改为Serve
#### Version 1.2.2
> 1.支持上报熔断错误到prometheus平台
#### Version 1.2.1
> 1.修复使用了elk默认字段message
#### Version 1.2.0
> 1.拆封Do,JSON,PB,Raw方法
#### Version 1.1.0
> 1.添加http VeriryUser方法
#### Version 1.0.1
> 1. 修复了读取配置时潜在的数据竞争
#### Version 1.0.0
> 1.修复配置了location时breaker不生效的问题
> 2.合并RestfulDo到Do中
> 3.breaker配置只使用最外层的url和host仅配置timeout